update version to 5.6.0

This commit is contained in:
tibbi 2022-12-19 23:20:00 +01:00
parent 5cf18ea236
commit 856c88bd5d
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 82
versionName "5.5.0"
versionCode 83
versionName "5.6.0"
setProperty("archivesBaseName", "camera")
vectorDrawables.useSupportLibrary = true
}