Zimo 4 週間 前
コミット
ce9995334c
1 ファイル変更2 行追加2 行削除
  1. 2 2
      android/simpleDemo/build.gradle

+ 2 - 2
android/simpleDemo/build.gradle

@@ -10,8 +10,8 @@ android {
         minSdkVersion 21
         // targetSdkVersion 33
         targetSdk 33
-        versionCode 10303
-        versionName "1.3.3"
+        versionCode 10304
+        versionName "1.3.4"
         multiDexEnabled true
         compileOptions {
             sourceCompatibility JavaVersion.VERSION_1_8