diff --git a/CHANGELOG.md b/CHANGELOG.md index b21c796..1f6d69b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,7 @@ -1.7 +Unreleased === - Revamped the initial setup process to include a full setup guide for better clarity and less confusion. -- Upgraded targetSDK to 31 (Android 12) with compatibility fixes. -- Upgraded dependencies. -- Translation updates thanks to our wonderful community. 1.6 === diff --git a/app/build.gradle b/app/build.gradle index 590352b..c191e3a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "net.typeblog.shelter" minSdkVersion 24 targetSdkVersion 31 - versionCode 20 - versionName "1.7" + versionCode 19 + versionName "1.7-dev2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes {