updating kotlin to 1.3.41
This commit is contained in:
parent
c5724f0514
commit
69dca5ee42
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ buildscript {
|
||||||
propMinSdkVersion = 21
|
propMinSdkVersion = 21
|
||||||
propTargetSdkVersion = propCompileSdkVersion
|
propTargetSdkVersion = propCompileSdkVersion
|
||||||
propVersionCode = 1
|
propVersionCode = 1
|
||||||
propVersionName = '5.14.12'
|
propVersionName = '5.14.13'
|
||||||
kotlin_version = '1.3.40'
|
kotlin_version = '1.3.41'
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
|
Loading…
Reference in a new issue