update version to 2.4.0

This commit is contained in:
tibbi 2017-11-10 21:44:55 +01:00
parent d11a8b5468
commit c784c3526a

View File

@ -10,8 +10,8 @@ android {
applicationId "com.simplemobiletools.notes" applicationId "com.simplemobiletools.notes"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 27 targetSdkVersion 27
versionCode 38 versionCode 39
versionName "2.3.0" versionName "2.4.0"
setProperty("archivesBaseName", "notes") setProperty("archivesBaseName", "notes")
} }