mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 01:15:54 +03:00
Upgrade kotlin version
This commit is contained in:
parent
d6c278288d
commit
e85a0783fc
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import javax.tools.JavaCompiler
|
|||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
|
||||
buildscript {
|
||||
ext.kotlin_version = '1.3.21'
|
||||
ext.kotlin_version = '1.3.41'
|
||||
repositories {
|
||||
google()
|
||||
jcenter()
|
||||
|
|
Loading…
Reference in a new issue