diff --git a/app/build.gradle b/app/build.gradle index 7e507944..34f0b09d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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") }