Release Shelter 1.8

This commit is contained in:
Peter Cai 2022-09-25 22:04:29 -04:00
parent b59745c7b3
commit 1df8431c3c
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
1.8 (Unreleased) 1.8
=== ===
- Updated targetSDK to 33 (Android 13) with compatibility fixes. - Updated targetSDK to 33 (Android 13) with compatibility fixes.

View File

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