update version to 3.8.1

This commit is contained in:
tibbi 2018-04-24 23:59:36 +02:00
parent 240ed10586
commit 957545ab4d

View file

@ -11,8 +11,8 @@ android {
applicationId "com.simplemobiletools.gallery" applicationId "com.simplemobiletools.gallery"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 27 targetSdkVersion 27
versionCode 174 versionCode 175
versionName "3.8.0" versionName "3.8.1"
multiDexEnabled true multiDexEnabled true
setProperty("archivesBaseName", "gallery") setProperty("archivesBaseName", "gallery")
} }