mirror of
https://github.com/nextcloud/talk-android.git
synced 2026-01-05 07:14:26 +00:00
fix(deps): update kotlin monorepo to v2.3.0
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
@ -186,6 +186,8 @@ configurations.configureEach {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
kapt "org.jetbrains.kotlin:kotlin-metadata-jvm:${kotlinVersion}"
|
||||
|
||||
implementation "androidx.room:room-testing-android:${roomVersion}"
|
||||
implementation 'androidx.compose.foundation:foundation-layout:1.10.0'
|
||||
spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.14.0'
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
buildscript {
|
||||
|
||||
ext {
|
||||
kotlinVersion = '2.2.21'
|
||||
kotlinVersion = '2.3.0'
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user