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

Compare commits

...

1 Commits

Author SHA1 Message Date
Florian Renaud
85b492d9de Revert "Bump org.jetbrains.kotlin:kotlin-reflect from 1.8.10 to 1.8.21" 2023-05-05 15:19:08 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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.21"
androidTestImplementation "org.jetbrains.kotlin:kotlin-reflect:1.8.10"
debugImplementation libs.androidx.fragmentTestingManifest
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.10'
}

View File

@@ -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.21"
androidTestImplementation "org.jetbrains.kotlin:kotlin-reflect:1.8.10"
}