diff --git a/app/build.gradle b/app/build.gradle index 29a822d8..578c4a33 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.simplemobiletools.filemanager" minSdkVersion 16 targetSdkVersion 28 - versionCode 56 - versionName "4.3.0" + versionCode 57 + versionName "4.3.1" multiDexEnabled true setProperty("archivesBaseName", "file-manager") }