Просмотр исходного кода

chore: versao 1.9 (versionCode 10)

Gustavo Zanatta 7 часов назад
Родитель
Сommit
2ed677ce59
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src-capacitor/android/app/build.gradle

+ 2 - 2
src-capacitor/android/app/build.gradle

@@ -13,8 +13,8 @@ android {
         applicationId "br.com.diarista.provider"
         minSdkVersion rootProject.ext.minSdkVersion
         targetSdkVersion rootProject.ext.targetSdkVersion
-        versionCode 9
-        versionName "1.8"
+        versionCode 10
+        versionName "1.9"
         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
         aaptOptions {
              // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.