update version to 2.5.4
This commit is contained in:
parent
4884a4ce39
commit
b4ac200836
|
@ -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()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue