update version to 2.5.4

This commit is contained in:
tibbi 2017-06-23 23:46:15 +02:00
parent 4884a4ce39
commit b4ac200836
1 changed files with 3 additions and 3 deletions

View File

@ -10,8 +10,8 @@ android {
applicationId "com.simplemobiletools.calendar"
minSdkVersion 16
targetSdkVersion 25
versionCode 80
versionName "2.5.3"
versionCode 81
versionName "2.5.4"
multiDexEnabled true
}
@ -56,7 +56,7 @@ dependencies {
}
buildscript {
ext.kotlin_version = '1.1.2-3'
ext.kotlin_version = '1.1.2-5'
repositories {
mavenCentral()
}