diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-03-22 07:05:16 +0000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-03-22 07:05:16 +0000 |
| commit | 455206121f2061d5bc81b629da7978e1975845d9 (patch) | |
| tree | 731799738d312f87684112d7cf193b32484d48f5 /android-app/app/build.gradle | |
| parent | 15bd8aa2f46e6385b9a7fdd231eb2db74d7c81f4 (diff) | |
fix: resolve CI failures by adding JUnit vintage engine and skipping background permission check in tests
Diffstat (limited to 'android-app/app/build.gradle')
| -rw-r--r-- | android-app/app/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android-app/app/build.gradle b/android-app/app/build.gradle index 2abcb4d..17d0ca5 100644 --- a/android-app/app/build.gradle +++ b/android-app/app/build.gradle @@ -100,6 +100,7 @@ dependencies { testImplementation 'junit:junit:4.13.2' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.1' + testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.10.1' testImplementation 'io.mockk:mockk:1.13.9' testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3' testImplementation 'app.cash.turbine:turbine:1.1.0' |
