update version to 4.3.1

This commit is contained in:
tibbi 2018-06-28 20:00:24 +02:00
parent a0b6e97f62
commit 8d7cb4ee93

View file

@ -11,8 +11,8 @@ android {
applicationId "com.simplemobiletools.gallery" applicationId "com.simplemobiletools.gallery"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 27 targetSdkVersion 27
versionCode 182 versionCode 183
versionName "4.3.0" versionName "4.3.1"
multiDexEnabled true multiDexEnabled true
setProperty("archivesBaseName", "gallery") setProperty("archivesBaseName", "gallery")
} }