build.gradle: bump to 1.4-alpha

This commit is contained in:
Peter Cai 2018-10-14 13:13:49 +08:00
parent a4a4bdd6a5
commit 1afcd1fdb1
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 28
versionCode 9
versionName "1.3"
versionCode 10
versionName "1.4-alpha"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {