update version to 6.11.1

This commit is contained in:
tibbi 2022-03-17 13:44:24 +01:00
parent 7e7234d0bc
commit ea896ac9b2
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ android {
applicationId "com.simplemobiletools.notes.pro" applicationId "com.simplemobiletools.notes.pro"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 30 targetSdkVersion 30
versionCode 91 versionCode 92
versionName "6.11.0" versionName "6.11.1"
setProperty("archivesBaseName", "notes") setProperty("archivesBaseName", "notes")
} }