diff --git a/demo/src/main/AndroidManifest.xml b/demo/src/main/AndroidManifest.xml index ffe34972a62..f774c2aacc4 100644 --- a/demo/src/main/AndroidManifest.xml +++ b/demo/src/main/AndroidManifest.xml @@ -16,8 +16,8 @@ diff --git a/library/build.gradle b/library/build.gradle index 9610ad4d767..da79b37a4c2 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -74,7 +74,7 @@ publish { userOrg = 'google' groupId = 'com.google.android.exoplayer' artifactId = 'exoplayer' - version = 'r1.2.3' + version = 'r1.3.1' description = 'The ExoPlayer library.' website = 'https://github.com/google/ExoPlayer' } diff --git a/library/src/main/java/com/google/android/exoplayer/ExoPlayerLibraryInfo.java b/library/src/main/java/com/google/android/exoplayer/ExoPlayerLibraryInfo.java index 9edd7860770..5b1eb775369 100644 --- a/library/src/main/java/com/google/android/exoplayer/ExoPlayerLibraryInfo.java +++ b/library/src/main/java/com/google/android/exoplayer/ExoPlayerLibraryInfo.java @@ -26,7 +26,7 @@ private ExoPlayerLibraryInfo() {} /** * The version of the library, expressed as a string. */ - public static final String VERSION = "1.3.0"; + public static final String VERSION = "1.3.1"; /** * The version of the library, expressed as an integer. @@ -34,7 +34,7 @@ private ExoPlayerLibraryInfo() {} * Three digits are used for each component of {@link #VERSION}. For example "1.2.3" has the * corresponding integer version 001002003. */ - public static final int VERSION_INT = 001003000; + public static final int VERSION_INT = 001003001; /** * Whether the library was compiled with {@link com.google.android.exoplayer.util.Assertions}