update version to 2.4.0

This commit is contained in:
tibbi 2017-11-20 23:23:41 +01:00
parent cd8fd8cb8f
commit 33e09a3204

View File

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