build.gradle: bump version

let's release at least a working version for Android 10 ASAP
This commit is contained in:
Peter Cai 2019-09-10 13:42:59 +08:00
parent a6437340cf
commit 77464550ce
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 29
versionCode 12
versionName "1.4.1"
versionCode 13
versionName "1.5"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {