update version to 4.2.0

This commit is contained in:
tibbi
2018-08-07 16:18:26 +02:00
parent cbf6215f01
commit b37def8e25

View File

@@ -10,8 +10,8 @@ android {
applicationId "com.simplemobiletools.filemanager" applicationId "com.simplemobiletools.filemanager"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 27 targetSdkVersion 27
versionCode 54 versionCode 55
versionName "4.1.2" versionName "4.2.0"
setProperty("archivesBaseName", "file-manager") setProperty("archivesBaseName", "file-manager")
} }