Browse Source

fix(android): use the same version as main app

Andelf 3 years ago
parent
commit
a2de46f666
1 changed files with 1 additions and 1 deletions
  1. 1 1
      android/app/build.gradle

+ 1 - 1
android/app/build.gradle

@@ -7,7 +7,7 @@ android {
         minSdkVersion rootProject.ext.minSdkVersion
         targetSdkVersion rootProject.ext.targetSdkVersion
         versionCode 11
-        versionName "0.5.1"
+        versionName "0.5.4"
         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
         aaptOptions {
              // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.