File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11project. ext {
22 releaseVersionCode = Integer . parseInt(" 005000016" , 10 ) // Integer.MAX_VALUE == 2147483647
3- releaseVersion = ' 005.00.00-16API-beta01 '
3+ releaseVersion = ' 005.00.00-16API'
44 javaVersion = JavaVersion . VERSION_1_8
55 minSdkVersion = 16
66 targetSdkVersion = 33
77 compileSdkVersion = 33
88 buildToolsVersion = ' 33.0.1'
99
1010 libVersionGson = ' 2.8.5'
11- libVersionAndroidxMedia3 = ' 1.0.0-beta03 '
11+ libVersionAndroidxMedia3 = ' 1.0.2 '
1212
1313 // keep versions of AndroidX libraries in sync with those used by ExoPlayer:
14- // https://github.com/androidx/media/blob/1.0.0-beta03 /constants.gradle#L41
14+ // https://github.com/androidx/media/blob/1.0.2 /constants.gradle#L41
1515
1616 libVersionAndroidxLegacySupportV4 = ' 1.0.0'
1717 libVersionAndroidxAppCompat = ' 1.3.1'
You can’t perform that action at this time.
0 commit comments