build: bump version to 1.6-alpha

This commit is contained in:
Peter Cai 2020-09-08 20:57:08 +08:00
parent 172522f3f9
commit bb4b030968
No known key found for this signature in database
GPG key ID: 71F5FB4E4F3FD54F

View file

@ -7,8 +7,8 @@ android {
applicationId "net.typeblog.shelter"
minSdkVersion 24
targetSdkVersion 30
versionCode 15
versionName "1.5.1"
versionCode 16
versionName "1.6-alpha"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {