update version to 3.7.1

This commit is contained in:
tibbi 2018-04-12 21:37:51 +02:00
parent 2a1484f28e
commit afda130cbb

View file

@ -10,8 +10,8 @@ android {
applicationId "com.simplemobiletools.gallery" applicationId "com.simplemobiletools.gallery"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 27 targetSdkVersion 27
versionCode 170 versionCode 171
versionName "3.7.0" versionName "3.7.1"
multiDexEnabled true multiDexEnabled true
setProperty("archivesBaseName", "gallery") setProperty("archivesBaseName", "gallery")
} }