mirror of
https://github.com/ProtonMail/android-mail.git
synced 2026-05-15 09:50:40 +00:00
Testing dependency bumps
NOJIRA
This commit is contained in:
+10
-10
@@ -32,20 +32,20 @@ androidx-room = "2.8.2"
|
||||
androidx-sqlite = "2.6.1"
|
||||
androidx-startup-runtime = "1.2.0"
|
||||
androidx-splashscreen = "1.0.1"
|
||||
androidx-test-androidjunit = "1.2.1"
|
||||
androidx-test-core = "1.6.1"
|
||||
androidx-test-macrobenchmark = "1.3.4"
|
||||
androidx-test-monitor = "1.7.2"
|
||||
androidx-test-runner = "1.6.2"
|
||||
androidx-test-rules = "1.6.1"
|
||||
androidx-test-orchestrator = "1.5.1"
|
||||
androidx-test-espresso = "3.6.1"
|
||||
androidx-test-androidjunit = "1.3.0"
|
||||
androidx-test-core = "1.7.0"
|
||||
androidx-test-macrobenchmark = "1.4.1"
|
||||
androidx-test-monitor = "1.8.0"
|
||||
androidx-test-runner = "1.7.0"
|
||||
androidx-test-rules = "1.7.0"
|
||||
androidx-test-orchestrator = "1.6.1"
|
||||
androidx-test-espresso = "3.7.0"
|
||||
androidx-test-uiautomator = "2.3.0"
|
||||
androidx-tracing = "1.3.0"
|
||||
androidx-webkit = "1.14.0"
|
||||
androidx-work = "2.10.5"
|
||||
arrow-core = "1.2.4"
|
||||
cash-turbine = "1.2.0"
|
||||
cash-turbine = "1.2.1"
|
||||
coil = "2.7.0"
|
||||
dagger = "2.57.2"
|
||||
detekt = "1.23.8"
|
||||
@@ -69,7 +69,7 @@ mockk = "1.14.6"
|
||||
paparazzi = "1.3.5"
|
||||
proton-core = "34.1.0"
|
||||
proton-rust-core = "0.149.22"
|
||||
robolectric = "4.14.1"
|
||||
robolectric = "4.15.1" # 4.16.0 requires Java 21
|
||||
kotlinpoet-ksp = "2.2.0"
|
||||
leakcanary = "2.14"
|
||||
okhttp = "5.2.1"
|
||||
|
||||
+1
@@ -161,6 +161,7 @@ class InMemoryConversationStateRepositoryImplTest {
|
||||
val itemCount = Random().nextInt(100)
|
||||
|
||||
// When
|
||||
@Suppress("ForEachOnRange")
|
||||
(0 until itemCount).forEach {
|
||||
repo.collapseMessage(MessageId(it.toString()))
|
||||
}
|
||||
|
||||
+1
-1
@@ -39,7 +39,7 @@ internal fun JvmCompilationResult.getGeneratedSourceFile(path: String): File {
|
||||
@OptIn(ExperimentalCompilerApi::class)
|
||||
internal fun getKotlinCompilation(kotlinSources: List<SourceFile>): KotlinCompilation {
|
||||
return KotlinCompilation().apply {
|
||||
configureKsp(useKsp2 = true) {
|
||||
configureKsp {
|
||||
symbolProcessorProviders += UITestSymbolProcessorProvider()
|
||||
}
|
||||
sources = kotlinSources
|
||||
|
||||
Reference in New Issue
Block a user