Browse Source

bump android build version code

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

+ 1 - 1
android/app/build.gradle

@@ -6,7 +6,7 @@ android {
         applicationId "com.logseq.app"
         minSdkVersion rootProject.ext.minSdkVersion
         targetSdkVersion rootProject.ext.targetSdkVersion
-        versionCode 9
+        versionCode 10
         versionName "0.5.1"
         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
         aaptOptions {