update version to 5.1.3

This commit is contained in:
tibbi 2018-11-04 21:06:37 +01:00
parent d3e743aba6
commit 7e46a3fa1e

View file

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