Skip to content

Commit

Permalink
Increment version to 1.3.1.0014
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainMorel committed Sep 15, 2024
1 parent 544ae27 commit bd8fd26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.3.1.0013' //MIREGO: also change MediaLibraryInfo.VERSION
releaseVersion = '1.3.1.0014' //MIREGO: also change MediaLibraryInfo.VERSION
releaseVersionCode = 1_003_001_3_00
minSdkVersion = 19
// 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,7 +29,7 @@ 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.3.1.0013";
public static final String VERSION = "1.3.1.0014";

/** The version of the library expressed as {@code TAG + "/" + VERSION}. */
// Intentionally hardcoded. Do not derive from other constants (e.g. VERSION) or vice versa.
Expand Down

0 comments on commit bd8fd26

Please sign in to comment.