update version to 5.16.1

This commit is contained in:
tibbi 2022-10-26 19:30:17 +02:00
parent 2d0131e7af
commit ac467a813f
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 33 targetSdkVersion 33
versionCode 61 versionCode 62
versionName "5.16.0" versionName "5.16.1"
setProperty("archivesBaseName", "sms-messenger") setProperty("archivesBaseName", "sms-messenger")
} }