update version to 5.2.0

This commit is contained in:
tibbi 2020-04-22 09:58:23 +02:00
parent 025151cb5d
commit 855792baf1
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ android {
applicationId "com.simplemobiletools.camera"
minSdkVersion 21
targetSdkVersion 29
versionCode 71
versionName "5.1.3"
versionCode 72
versionName "5.2.0"
setProperty("archivesBaseName", "camera")
vectorDrawables.useSupportLibrary = true
}