update version to 2.5.0

This commit is contained in:
tibbi 2017-11-20 11:27:21 +01:00
parent 5fba1acac2
commit 17bce79b7c

View File

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