1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-06 00:02:48 +02:00

Merge pull request #7266 from vector-im/dependabot/gradle/org.jetbrains.kotlin-kotlin-reflect-1.7.20

Bump kotlin-reflect from 1.7.10 to 1.7.20
This commit is contained in:
Benoit Marty
2022-10-04 16:06:25 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -410,7 +410,7 @@ dependencies {
androidTestImplementation libs.mockk.mockkAndroid
androidTestUtil libs.androidx.orchestrator
androidTestImplementation libs.androidx.fragmentTesting
androidTestImplementation "org.jetbrains.kotlin:kotlin-reflect:1.7.10"
androidTestImplementation "org.jetbrains.kotlin:kotlin-reflect:1.7.20"
debugImplementation libs.androidx.fragmentTesting
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.9.1'
}

View File

@@ -318,5 +318,5 @@ dependencies {
androidTestImplementation libs.mockk.mockkAndroid
androidTestUtil libs.androidx.orchestrator
debugImplementation libs.androidx.fragmentTesting
androidTestImplementation "org.jetbrains.kotlin:kotlin-reflect:1.7.10"
androidTestImplementation "org.jetbrains.kotlin:kotlin-reflect:1.7.20"
}