update version to 5.4.1

This commit is contained in:
tibbi 2022-10-28 15:51:24 +02:00
parent 8cdbdad22a
commit 9bc28dce78
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ android {
applicationId "com.simplemobiletools.camera"
minSdkVersion 29
targetSdkVersion 33
versionCode 78
versionName "5.4.0"
versionCode 79
versionName "5.4.1"
setProperty("archivesBaseName", "camera")
vectorDrawables.useSupportLibrary = true
}