update version to 5.10.2

This commit is contained in:
tibbi 2022-10-06 22:47:02 +02:00
parent 4e81b8f071
commit a35fcc2e97
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 29
versionName "5.10.1"
versionCode 30
versionName "5.10.2"
setProperty("archivesBaseName", "voice-recorder")
vectorDrawables.useSupportLibrary = true
}