diff options
| author | David Göransson <david.goransson@mullvad.net> | 2024-07-30 11:15:31 +0200 |
|---|---|---|
| committer | David Göransson <david.goransson@mullvad.net> | 2024-07-30 12:33:35 +0200 |
| commit | 178de608427decc65c18acdc78af814b6aebf9a1 (patch) | |
| tree | e81fb361c01d610724937c59cc587ecb1aca8a82 /android/app | |
| parent | c8c529c7d3b18d3239d9a8085229906efd10c0aa (diff) | |
| download | mullvadvpn-178de608427decc65c18acdc78af814b6aebf9a1.tar.xz mullvadvpn-178de608427decc65c18acdc78af814b6aebf9a1.zip | |
Bump junit
Diffstat (limited to 'android/app')
| -rw-r--r-- | android/app/build.gradle.kts | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index e5e577fe0a..f0c5766647 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -243,6 +243,13 @@ android { project.tasks.assemble.dependsOn("ensureValidVersionCode") } +junitPlatform { + instrumentationTests { + version.set(Versions.Android.junit) + includeExtensions.set(true) + } +} + composeCompiler { enableStrongSkippingMode = true } androidComponents { @@ -369,8 +376,6 @@ dependencies { testImplementation(Dependencies.junitParams) // UI test dependencies - // Fixes: https://github.com/android/android-test/issues/1589 - debugImplementation(Dependencies.AndroidX.testMonitor) debugImplementation(Dependencies.Compose.testManifest) androidTestImplementation(Dependencies.Koin.test) androidTestImplementation(Dependencies.Kotlin.test) |
