File tree Expand file tree Collapse file tree 3 files changed +19
-5
lines changed
libraries/common/src/main/java/androidx/media3/common Expand file tree Collapse file tree 3 files changed +19
-5
lines changed Original file line number Diff line number Diff line change 11# Release notes
22
3+ ## 1.7
4+
5+ ### 1.7.1 (2025-05-16)
6+
7+ This release has the same code as 1.6.1 and is being released to ensure it
8+ appears as a 'newer' release than 1.7.0, which was an alpha release accidentally
9+ tagged as stable (see below). Please avoid using either of these releases. Stay
10+ on 1.6.1 and wait for 1.8.0-alpha01.
11+
12+ ### 1.7.0 (2025-05-16)
13+
14+ This release should have been ` 1.7.0-alpha01 ` , but was accidentally tagged
15+ ` 1.7.0 ` (i.e. stable) on maven.google.com.
16+
317## 1.6
418
519### 1.6.1 (2025-04-14)
Original file line number Diff line number Diff line change 1212// See the License for the specific language governing permissions and
1313// limitations under the License.
1414project. ext {
15- releaseVersion = ' 1.6 .1'
16- releaseVersionCode = 1_006_001_3_00
15+ releaseVersion = ' 1.7 .1'
16+ releaseVersionCode = 1_007_001_3_00
1717 minSdkVersion = 21
1818 // See https://developer.android.com/training/cars/media/automotive-os#automotive-module
1919 automotiveMinSdkVersion = 28
Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ public final class MediaLibraryInfo {
2929
3030 /** The version of the library expressed as a string, for example "1.2.3" or "1.2.0-beta01". */
3131 // Intentionally hardcoded. Do not derive from other constants (e.g. VERSION_INT) or vice versa.
32- public static final String VERSION = "1.6 .1" ;
32+ public static final String VERSION = "1.7 .1" ;
3333
3434 /** The version of the library expressed as {@code TAG + "/" + VERSION}. */
3535 // Intentionally hardcoded. Do not derive from other constants (e.g. VERSION) or vice versa.
36- public static final String VERSION_SLASHY = "AndroidXMedia3/1.6 .1" ;
36+ public static final String VERSION_SLASHY = "AndroidXMedia3/1.7 .1" ;
3737
3838 /**
3939 * The version of the library expressed as an integer, for example 1002003300.
@@ -47,7 +47,7 @@ public final class MediaLibraryInfo {
4747 * (123-045-006-3-00).
4848 */
4949 // Intentionally hardcoded. Do not derive from other constants (e.g. VERSION) or vice versa.
50- public static final int VERSION_INT = 1_006_001_3_00 ;
50+ public static final int VERSION_INT = 1_007_001_3_00 ;
5151
5252 /** Whether the library was compiled with {@link Assertions} checks enabled. */
5353 public static final boolean ASSERTIONS_ENABLED = true ;
You can’t perform that action at this time.
0 commit comments