update version to 5.6.3

This commit is contained in:
tibbi 2022-01-03 23:05:03 +01:00
parent 64ef4a6a43
commit 8a24b9ebbf
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ android {
applicationId "com.simplemobiletools.voicerecorder"
minSdkVersion 21
targetSdkVersion 30
versionCode 16
versionName "5.6.2"
versionCode 17
versionName "5.6.3"
setProperty("archivesBaseName", "voice-recorder")
vectorDrawables.useSupportLibrary = true
}