Bump version to 1.8-dev2 with changelog

This commit is contained in:
Peter Cai 2022-08-27 17:51:11 -04:00
parent e5b1b3b9d7
commit fd939d2ffb
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
1.8 (Unreleased)
===
- Updated targetSDK to 33 (Android 13) with compatibility fixes.
- UI style revamp with Material You support on Android 12+.
1.7
===

View File

@ -16,8 +16,8 @@ android {
applicationId "net.typeblog.shelter"
minSdkVersion 24
targetSdkVersion 33
versionCode 21
versionName "1.8-dev1"
versionCode 22
versionName "1.8-dev2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {