update version to 4.1.0

This commit is contained in:
tibbi 2018-07-17 23:54:16 +02:00
parent 8efb97dbd0
commit ed3df271ba

View File

@ -10,8 +10,8 @@ android {
applicationId "com.simplemobiletools.notes" applicationId "com.simplemobiletools.notes"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 27 targetSdkVersion 27
versionCode 48 versionCode 49
versionName "4.0.0" versionName "4.1.0"
setProperty("archivesBaseName", "notes") setProperty("archivesBaseName", "notes")
} }