diff --git a/app/build.gradle b/app/build.gradle index c31c9fe8e..b9b4cbddb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.simplemobiletools.gallery" minSdkVersion 16 targetSdkVersion 27 - versionCode 170 - versionName "3.7.0" + versionCode 171 + versionName "3.7.1" multiDexEnabled true setProperty("archivesBaseName", "gallery") }