update version to 2.5.1

This commit is contained in:
tibbi 2017-11-22 21:59:14 +01:00
parent 0d792913b6
commit 606017c904

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