mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 17:35:54 +03:00
Merge pull request #8369 from vector-im/dependabot/gradle/org.jetbrains.kotlin-kotlin-reflect-1.8.21
Bump org.jetbrains.kotlin:kotlin-reflect from 1.8.10 to 1.8.21
This commit is contained in:
commit
e6bfb14a9c
2 changed files with 2 additions and 2 deletions
|
@ -450,7 +450,7 @@ dependencies {
|
|||
androidTestImplementation libs.mockk.mockkAndroid
|
||||
androidTestUtil libs.androidx.orchestrator
|
||||
androidTestImplementation libs.androidx.fragmentTesting
|
||||
androidTestImplementation "org.jetbrains.kotlin:kotlin-reflect:1.8.10"
|
||||
androidTestImplementation "org.jetbrains.kotlin:kotlin-reflect:1.8.21"
|
||||
debugImplementation libs.androidx.fragmentTestingManifest
|
||||
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.10'
|
||||
}
|
||||
|
|
|
@ -334,5 +334,5 @@ dependencies {
|
|||
androidTestUtil libs.androidx.orchestrator
|
||||
debugImplementation libs.androidx.fragmentTestingManifest
|
||||
androidTestImplementation libs.androidx.fragmentTesting
|
||||
androidTestImplementation "org.jetbrains.kotlin:kotlin-reflect:1.8.10"
|
||||
androidTestImplementation "org.jetbrains.kotlin:kotlin-reflect:1.8.21"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue