diff --git a/app/build.gradle b/app/build.gradle index 0884dbd2..8f87a484 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,8 +15,8 @@ android { applicationId "com.simplemobiletools.camera" minSdkVersion 29 targetSdkVersion 33 - versionCode 80 - versionName "5.4.2" + versionCode 81 + versionName "5.4.3" setProperty("archivesBaseName", "camera") vectorDrawables.useSupportLibrary = true }