From 9ed0881c7803263c36d53324c7fb325c52ebb79d Mon Sep 17 00:00:00 2001 From: yksolanki9 Date: Sat, 31 Dec 2022 20:52:32 +0530 Subject: [PATCH] Release 1.2.1 --- android/.idea/misc.xml | 2 +- android/app/build.gradle | 4 ++-- android/app/src/main/assets/capacitor.config.json | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) 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 }