update version to 5.3.0

This commit is contained in:
tibbi 2020-11-05 20:39:21 +01:00
parent 42fe05cbc5
commit 958bca08f3
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 8
versionName "5.2.1"
versionCode 9
versionName "5.3.0"
setProperty("archivesBaseName", "voice-recorder")
vectorDrawables.useSupportLibrary = true
}