mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-23 08:14:45 +00:00
Updated Kotlin gradle
This commit is contained in:
parent
0ac17ad568
commit
a103836942
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ buildscript {
|
|||
// https://github.com/bugsnag/bugsnag-android-gradle-plugin
|
||||
classpath 'com.bugsnag:bugsnag-android-gradle-plugin:5.7.6'
|
||||
// https://mvnrepository.com/artifact/org.jetbrains.kotlin/kotlin-gradle-plugin
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.0"
|
||||
classpath "org.jetbrains.kotlin:kotlin-android-extensions:1.5.0"
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.20"
|
||||
classpath "org.jetbrains.kotlin:kotlin-android-extensions:1.5.20"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue