update version to 5.1.2

This commit is contained in:
tibbi 2018-10-30 23:40:52 +01:00
parent c7039df24a
commit b28dde747b

View file

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