File tree 3 files changed +6
-5
lines changed
libraries/common/src/main/java/androidx/media3/common
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 19
19
options :
20
20
- Media3 main branch
21
21
- Media3 pre-release (alpha, beta or RC not in this list)
22
+ - Media3 1.5.1
22
23
- Media3 1.5.0
23
24
- Media3 1.4.1
24
25
- Media3 1.4.0
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
project. ext {
15
- releaseVersion = ' 1.5.0 '
16
- releaseVersionCode = 1_005_000_3_00
15
+ releaseVersion = ' 1.5.1 '
16
+ releaseVersionCode = 1_005_001_3_00
17
17
minSdkVersion = 21
18
18
// See https://developer.android.com/training/cars/media/automotive-os#automotive-module
19
19
automotiveMinSdkVersion = 28
Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ public final class MediaLibraryInfo {
29
29
30
30
/** The version of the library expressed as a string, for example "1.2.3" or "1.2.0-beta01". */
31
31
// Intentionally hardcoded. Do not derive from other constants (e.g. VERSION_INT) or vice versa.
32
- public static final String VERSION = "1.5.0 " ;
32
+ public static final String VERSION = "1.5.1 " ;
33
33
34
34
/** The version of the library expressed as {@code TAG + "/" + VERSION}. */
35
35
// Intentionally hardcoded. Do not derive from other constants (e.g. VERSION) or vice versa.
36
- public static final String VERSION_SLASHY = "AndroidXMedia3/1.5.0 " ;
36
+ public static final String VERSION_SLASHY = "AndroidXMedia3/1.5.1 " ;
37
37
38
38
/**
39
39
* The version of the library expressed as an integer, for example 1002003300.
@@ -47,7 +47,7 @@ public final class MediaLibraryInfo {
47
47
* (123-045-006-3-00).
48
48
*/
49
49
// Intentionally hardcoded. Do not derive from other constants (e.g. VERSION) or vice versa.
50
- public static final int VERSION_INT = 1_005_000_3_00 ;
50
+ public static final int VERSION_INT = 1_005_001_3_00 ;
51
51
52
52
/** Whether the library was compiled with {@link Assertions} checks enabled. */
53
53
public static final boolean ASSERTIONS_ENABLED = true ;
You can’t perform that action at this time.
0 commit comments