Browse Source

fix: correct version code

beautusg 7 năm trước cách đây
mục cha
commit
b658d4b903
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

@@ -13,7 +13,7 @@ android {
         minSdkVersion 16
         targetSdkVersion 28
         versionCode 31
-        versionName "2.2.9-beta"
+        versionName "2.3.0-beta"
         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
         vectorDrawables.useSupportLibrary = true
     }