update version to 5.10.0

This commit is contained in:
tibbi 2021-08-27 14:49:33 +02:00
parent 4aa4be19dc
commit 9d1eb9415a
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ android {
applicationId "com.simplemobiletools.smsmessenger" applicationId "com.simplemobiletools.smsmessenger"
minSdkVersion 22 minSdkVersion 22
targetSdkVersion 30 targetSdkVersion 30
versionCode 34 versionCode 35
versionName "5.9.4" versionName "5.10.0"
setProperty("archivesBaseName", "sms-messenger") setProperty("archivesBaseName", "sms-messenger")
} }