app: bump version to 1.7 (20)

This commit is contained in:
Peter Cai 2021-10-29 17:12:26 -04:00
parent a32f344736
commit 12cb10521f
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 19
versionName "1.7-dev2"
versionCode 20
versionName "1.7"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {