update version to 5.1.1

This commit is contained in:
tibbi 2018-10-23 15:17:41 +02:00
parent 3825335320
commit 13d1841145
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ android {
applicationId "com.simplemobiletools.gallery" applicationId "com.simplemobiletools.gallery"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 28 targetSdkVersion 28
versionCode 204 versionCode 205
versionName "5.1.0" versionName "5.1.1"
multiDexEnabled true multiDexEnabled true
setProperty("archivesBaseName", "gallery") setProperty("archivesBaseName", "gallery")
} }