app: bump version to 1.5.1 release

This commit is contained in:
Peter Cai 2020-08-05 19:03:16 +08:00
parent 2071a39eea
commit d52d813054
No known key found for this signature in database
GPG Key ID: 71F5FB4E4F3FD54F
1 changed files with 2 additions and 2 deletions

View File

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