update version to 5.6.2

This commit is contained in:
tibbi 2021-12-07 11:24:39 +01:00
parent b1b5414276
commit 64416e7378

View file

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