diff --git a/app/build.gradle b/app/build.gradle index b4b54096..66d088a6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId "com.simplemobiletools.camera" minSdkVersion 21 targetSdkVersion 29 - versionCode 72 - versionName "5.2.0" + versionCode 73 + versionName "5.2.1" setProperty("archivesBaseName", "camera") vectorDrawables.useSupportLibrary = true }