diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 3c5a48a78a..7ea2d8f0a6 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -2,8 +2,8 @@ + android:versionCode="110000000" + android:versionName="1.10.0.0"> diff --git a/android/build.gradle b/android/build.gradle index 26440d6405..aedd4e852f 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -4,7 +4,7 @@ plugins { apply plugin: 'com.android.application' androidGitVersion { - codeFormat = "MNPPBBBB" + codeFormat = "MNNPPBBBB" format = "%tag%%-count%%-branch%%-dirty%" prefix = "v" // Only tags beginning with v are considered. untrackedIsDirty = false