diff --git a/android/.idea/misc.xml b/android/.idea/misc.xml index 421acd1..922e0f8 100644 --- a/android/.idea/misc.xml +++ b/android/.idea/misc.xml @@ -9,7 +9,7 @@ - + diff --git a/android/app/build.gradle b/android/app/build.gradle index 4fee5c5..ae77c5a 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "com.ionic.comet_daily_journal" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 10001 - versionName "1.0.1" + versionCode 10201 + versionName "1.2.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions { // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps. diff --git a/android/app/src/main/assets/capacitor.config.json b/android/app/src/main/assets/capacitor.config.json index b8c9981..18c7897 100644 --- a/android/app/src/main/assets/capacitor.config.json +++ b/android/app/src/main/assets/capacitor.config.json @@ -1,6 +1,6 @@ { - "appId": "com.ionic.comet_daily_journal", - "appName": "comet", - "webDir": "www", - "bundledWebRuntime": false + "appId": "com.ionic.comet_daily_journal", + "appName": "comet", + "webDir": "www", + "bundledWebRuntime": false }