app: build.gradle: bump version to 1.7-dev1

This commit is contained in:
Peter Cai 2021-03-18 16:33:55 +08:00
parent 0a7721cd50
commit cc5c4e41be
1 changed files with 2 additions and 2 deletions

View File

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