update version to 3.1.2

This commit is contained in:
tibbi 2018-02-26 10:56:07 +01:00
parent b337240321
commit 2e30b662e7
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ android {
applicationId "com.simplemobiletools.notes" applicationId "com.simplemobiletools.notes"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 27 targetSdkVersion 27
versionCode 45 versionCode 46
versionName "3.1.1" versionName "3.1.2"
setProperty("archivesBaseName", "notes") setProperty("archivesBaseName", "notes")
} }