update version to 6.1.0

This commit is contained in:
tibbi 2019-01-27 17:42:29 +01:00
parent 8b6af195d9
commit 0f4ac47f7b

View File

@ -14,8 +14,8 @@ android {
applicationId "com.simplemobiletools.filemanager.pro" applicationId "com.simplemobiletools.filemanager.pro"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 28 targetSdkVersion 28
versionCode 65 versionCode 66
versionName "6.0.2" versionName "6.1.0"
multiDexEnabled true multiDexEnabled true
setProperty("archivesBaseName", "file-manager") setProperty("archivesBaseName", "file-manager")
} }