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
1 changed files with 2 additions and 2 deletions

View File

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