update version to 3.7.0

This commit is contained in:
tibbi 2018-04-10 20:37:05 +02:00
parent ee1df9ebbb
commit 5e2137371d
1 changed files with 2 additions and 2 deletions

View File

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