mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-22 15:55:57 +00:00
Upgraded Kotlin
This commit is contained in:
parent
2d9444945d
commit
983ee91a73
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ buildscript {
|
||||||
// https://mvnrepository.com/artifact/com.bugsnag/bugsnag-android-gradle-plugin
|
// https://mvnrepository.com/artifact/com.bugsnag/bugsnag-android-gradle-plugin
|
||||||
classpath 'com.bugsnag:bugsnag-android-gradle-plugin:7.2.1'
|
classpath 'com.bugsnag:bugsnag-android-gradle-plugin:7.2.1'
|
||||||
// https://mvnrepository.com/artifact/org.jetbrains.kotlin/kotlin-gradle-plugin
|
// https://mvnrepository.com/artifact/org.jetbrains.kotlin/kotlin-gradle-plugin
|
||||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.21"
|
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.0"
|
||||||
classpath "org.jetbrains.kotlin:kotlin-android-extensions:1.6.21"
|
classpath "org.jetbrains.kotlin:kotlin-android-extensions:1.7.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue