update version to 5.7.0

This commit is contained in:
tibbi 2020-12-30 16:39:30 +01:00
parent b8d3c6191f
commit 1c030dbcd1
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 22 versionCode 23
versionName "5.6.2" versionName "5.7.0"
setProperty("archivesBaseName", "sms-messenger") setProperty("archivesBaseName", "sms-messenger")
} }