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.
- Upgraded targetSDK to 31 (Android 12) with compatibility fixes.
- Upgraded dependencies.
- Translation updates thanks to our wonderful community.
1.6
===

View file

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