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