update version to 5.0.3

This commit is contained in:
tibbi
2018-11-04 23:31:04 +01:00
parent a9a9ff8b7e
commit 306ddd6ed7

View File

@ -10,8 +10,8 @@ android {
applicationId "com.simplemobiletools.filemanager" applicationId "com.simplemobiletools.filemanager"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 28 targetSdkVersion 28
versionCode 61 versionCode 62
versionName "5.0.2" versionName "5.0.3"
multiDexEnabled true multiDexEnabled true
setProperty("archivesBaseName", "file-manager") setProperty("archivesBaseName", "file-manager")
} }