File tree 2 files changed +2
-2
lines changed
libraries/common/src/main/java/androidx/media3/common
2 files changed +2
-2
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.3.1.0003 ' // MIREGO: also change MediaLibraryInfo.VERSION
15
+ releaseVersion = ' 1.3.1.0004 ' // MIREGO: also change MediaLibraryInfo.VERSION
16
16
releaseVersionCode = 1_003_001_3_00
17
17
minSdkVersion = 19
18
18
// See https://developer.android.com/training/cars/media/automotive-os#automotive-module
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ 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.3.1.0003 " ;
32
+ public static final String VERSION = "1.3.1.0004 " ;
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.
You can’t perform that action at this time.
0 commit comments