Skip to content

Commit

Permalink
Increment version to 1.5.1.0002
Browse files Browse the repository at this point in the history
  • Loading branch information
simonlary committed Jan 24, 2025
1 parent 0dee3f6 commit 57051d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion constants.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
project.ext {
releaseVersion = '1.5.1.0001' //MIREGO: also change MediaLibraryInfo.VERSION
releaseVersion = '1.5.1.0002' //MIREGO: also change MediaLibraryInfo.VERSION
releaseVersionCode = 1_005_001_3_00
minSdkVersion = 21
// See https://developer.android.com/training/cars/media/automotive-os#automotive-module
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ public final class MediaLibraryInfo {

/** The version of the library expressed as a string, for example "1.2.3" or "1.2.0-beta01". */
// Intentionally hardcoded. Do not derive from other constants (e.g. VERSION_INT) or vice versa.
public static final String VERSION = "1.5.1.0001";
public static final String VERSION = "1.5.1.0002";

/** The version of the library expressed as {@code TAG + "/" + VERSION}. */
// Intentionally hardcoded. Do not derive from other constants (e.g. VERSION) or vice versa.
public static final String VERSION_SLASHY = "AndroidXMedia3/1.5.1.0001";
public static final String VERSION_SLASHY = "AndroidXMedia3/1.5.1.0002";

/**
* The version of the library expressed as an integer, for example 1002003300.
Expand Down

0 comments on commit 57051d0

Please sign in to comment.