update version to 4.2.0

This commit is contained in:
tibbi 2018-08-10 20:38:45 +02:00
parent c9becb9359
commit b06e7a4517

View File

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