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 1.7
=== ===

View file

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