diff --git a/app/build.gradle b/app/build.gradle index 1f7efcff..7801fc39 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.simplemobiletools.filemanager" minSdkVersion 21 targetSdkVersion 28 - versionCode 59 - versionName "5.0.0" + versionCode 60 + versionName "5.0.1" multiDexEnabled true setProperty("archivesBaseName", "file-manager") }