Compare commits

...

2 commits

2 changed files with 6 additions and 3 deletions

View file

@ -1,7 +1,10 @@
Unreleased 1.7
=== ===
- Revamped the initial setup process to include a full setup guide for better clarity and less confusion. - 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 1.6
=== ===

View file

@ -7,8 +7,8 @@ android {
applicationId "net.typeblog.shelter" applicationId "net.typeblog.shelter"
minSdkVersion 24 minSdkVersion 24
targetSdkVersion 31 targetSdkVersion 31
versionCode 19 versionCode 20
versionName "1.7-dev2" versionName "1.7"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }
buildTypes { buildTypes {