File tree 2 files changed +5
-5
lines changed
libraries/common/src/main/java/androidx/media3/common
2 files changed +5
-5
lines changed 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.6.0-alpha02 '
16
- releaseVersionCode = 1_006_000_0_02
15
+ releaseVersion = ' 1.6.0-alpha03 '
16
+ releaseVersionCode = 1_006_000_0_03
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.6.0-alpha02 " ;
32
+ public static final String VERSION = "1.6.0-alpha03 " ;
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.6.0-alpha02 " ;
36
+ public static final String VERSION_SLASHY = "AndroidXMedia3/1.6.0-alpha03 " ;
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_006_000_0_02 ;
50
+ public static final int VERSION_INT = 1_006_000_0_03 ;
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