diff --git a/app/build.gradle b/app/build.gradle index aac1311c..7ef432d0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { applicationId "com.simplemobiletools.filemanager.pro" minSdkVersion 21 targetSdkVersion 28 - versionCode 63 - versionName "6.0.0" + versionCode 64 + versionName "6.0.1" multiDexEnabled true setProperty("archivesBaseName", "file-manager") }