diff --git a/.idea/misc.xml b/.idea/misc.xml index 1bea903..85d6e17 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -35,7 +35,7 @@ - + diff --git a/app/build.gradle b/app/build.gradle index 50fc921..0063459 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -20,8 +20,8 @@ android { applicationId "com.sahil.gupte.HomeCalc" minSdkVersion 23 targetSdkVersion 28 - versionCode 10 - versionName "2.1.0" + versionCode 11 + versionName "2.2.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" signingConfig signingConfigs.release } diff --git a/app/update.json b/app/update.json index f17cee9..7d492fc 100644 --- a/app/update.json +++ b/app/update.json @@ -1,9 +1,9 @@ { - "latestVersion": "2.1.0", - "latestVersionCode": "10", + "latestVersion": "2.2.0", + "latestVersionCode": "11", "url": "https://github.com/Ovenoboyo/HomeCalc/releases", "releaseNotes": [ - "- Bug fixes", - "- Add date picker for date changes" + "- Strengthen Date checks", + "- Implement QR Code Scanner" ] }