update version to 3.1.0

This commit is contained in:
tibbi 2017-12-25 12:51:00 +01:00
parent f14b950d62
commit b68e4ac9cb
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ android {
applicationId "com.simplemobiletools.gallery" applicationId "com.simplemobiletools.gallery"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 27 targetSdkVersion 27
versionCode 149 versionCode 150
versionName "3.0.3" versionName "3.1.0"
multiDexEnabled true multiDexEnabled true
setProperty("archivesBaseName", "gallery") setProperty("archivesBaseName", "gallery")
} }