Skip to content

Commit 3f3fd53

Browse files
committed
Merge branch 'mirego-main-1.3.1' of github.com:mirego/androidx-media into mirego-main-1.3.1
2 parents 251b72e + 77a4e06 commit 3f3fd53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

constants.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414
project.ext {
15-
releaseVersion = '1.3.1.0003' //MIREGO: also change MediaLibraryInfo.VERSION
15+
releaseVersion = '1.3.1.0004' //MIREGO: also change MediaLibraryInfo.VERSION
1616
releaseVersionCode = 1_003_001_3_00
1717
minSdkVersion = 19
1818
// See https://developer.android.com/training/cars/media/automotive-os#automotive-module

libraries/common/src/main/java/androidx/media3/common/MediaLibraryInfo.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ 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.3.1.0003";
32+
public static final String VERSION = "1.3.1.0004";
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.

0 commit comments

Comments
 (0)