updating app version to 5.0.0

This commit is contained in:
tibbi 2018-10-11 11:30:47 +02:00
parent 1ac794b6dd
commit 44203b4d38
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ android {
applicationId "com.simplemobiletools.filemanager"
minSdkVersion 21
targetSdkVersion 28
versionCode 57
versionName "4.3.1"
versionCode 58
versionName "5.0.0"
multiDexEnabled true
setProperty("archivesBaseName", "file-manager")
}