Compare commits
No commits in common. "12cb10521fb85dc3fbec182aa3b2d8764b4f882f" and "4bf4816521d9be905233bf090e29fa05cc57c017" have entirely different histories.
12cb10521f
...
4bf4816521
2 changed files with 3 additions and 6 deletions
|
@ -1,10 +1,7 @@
|
||||||
1.7
|
Unreleased
|
||||||
===
|
===
|
||||||
|
|
||||||
- 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
|
||||||
===
|
===
|
||||||
|
|
|
@ -7,8 +7,8 @@ android {
|
||||||
applicationId "net.typeblog.shelter"
|
applicationId "net.typeblog.shelter"
|
||||||
minSdkVersion 24
|
minSdkVersion 24
|
||||||
targetSdkVersion 31
|
targetSdkVersion 31
|
||||||
versionCode 20
|
versionCode 19
|
||||||
versionName "1.7"
|
versionName "1.7-dev2"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
|
Loading…
Add table
Reference in a new issue