update version to 5.6.1

This commit is contained in:
tibbi 2023-01-15 21:32:28 +01:00
parent d502a209e6
commit 19ee2a18b7
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 83
versionName "5.6.0"
versionCode 84
versionName "5.6.1"
setProperty("archivesBaseName", "camera")
vectorDrawables.useSupportLibrary = true
}