File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
library/common/src/main/java/com/google/android/exoplayer2 Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1818 label : ExoPlayer Version
1919 description : What version of ExoPlayer are you using?
2020 options :
21+ - 2.18.4
2122 - 2.18.3
2223 - 2.18.2
2324 - 2.18.1
Original file line number Diff line number Diff line change 1313// limitations under the License.
1414project. ext {
1515 // ExoPlayer version and version code.
16- releaseVersion = ' 2.18.3 '
17- releaseVersionCode = 2_018_003
16+ releaseVersion = ' 2.18.4 '
17+ releaseVersionCode = 2_018_004
1818 minSdkVersion = 16
1919 appTargetSdkVersion = 33
2020 // API version before restricting local file access.
Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ public final class ExoPlayerLibraryInfo {
2727
2828 /** The version of the library expressed as a string, for example "1.2.3". */
2929 // Intentionally hardcoded. Do not derive from other constants (e.g. VERSION_INT) or vice versa.
30- public static final String VERSION = "2.18.3 " ;
30+ public static final String VERSION = "2.18.4 " ;
3131
3232 /** The version of the library expressed as {@code TAG + "/" + VERSION}. */
3333 // Intentionally hardcoded. Do not derive from other constants (e.g. VERSION) or vice versa.
34- public static final String VERSION_SLASHY = "ExoPlayerLib/2.18.3 " ;
34+ public static final String VERSION_SLASHY = "ExoPlayerLib/2.18.4 " ;
3535
3636 /**
3737 * The version of the library expressed as an integer, for example 1002003.
@@ -41,7 +41,7 @@ public final class ExoPlayerLibraryInfo {
4141 * integer version 123045006 (123-045-006).
4242 */
4343 // Intentionally hardcoded. Do not derive from other constants (e.g. VERSION) or vice versa.
44- public static final int VERSION_INT = 2_018_003 ;
44+ public static final int VERSION_INT = 2_018_004 ;
4545
4646 /** Whether the library was compiled with {@link Assertions} checks enabled. */
4747 public static final boolean ASSERTIONS_ENABLED = true ;
You can’t perform that action at this time.
0 commit comments