update version to 5.10.3

This commit is contained in:
tibbi 2022-10-31 14:16:15 +01:00
parent 7e7cabde8c
commit 1fc48c7315
1 changed files with 2 additions and 2 deletions

View File

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