update version to 5.10.2

This commit is contained in:
tibbi 2022-10-06 22:47:02 +02:00
parent 4e81b8f071
commit a35fcc2e97

View File

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