Bump version to 1.8-dev1

This commit is contained in:
Peter Cai 2022-08-26 21:32:14 -04:00
parent 60a52ee7fb
commit 5e2ca3f575

View file

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