bump version to 1.7-dev2

This commit is contained in:
Peter Cai 2021-10-20 21:55:14 -04:00
parent 2dd11d074f
commit 82681c3452
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ android {
applicationId "net.typeblog.shelter"
minSdkVersion 24
targetSdkVersion 31
versionCode 18
versionName "1.7-dev1"
versionCode 19
versionName "1.7-dev2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {