update version to 5.1.3

This commit is contained in:
tibbi 2020-03-09 19:16:04 +01:00
parent 0ad3ad8cf5
commit cee0f94fcd
1 changed files with 2 additions and 2 deletions

View File

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