update version to 6.0.0

This commit is contained in:
tibbi
2018-11-05 00:08:24 +01:00
parent c6edabcbe8
commit 625017f9ed

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 62 versionCode 63
versionName "5.0.3" versionName "6.0.0"
multiDexEnabled true multiDexEnabled true
setProperty("archivesBaseName", "file-manager") setProperty("archivesBaseName", "file-manager")
} }