From 994672608db65a68b3ba3db8fa37bb613de89c20 Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Tue, 10 Sep 2024 23:46:21 +0200 Subject: Add libs:documents Reads the abomination that is SAF, or Androids best effort to make files and directories completely and utterly unusable on Android. The androidTest was (and is) a pain, only known to work on a Pixel3 API 34 emulator but it showed a lot of things that the fake content provider in the unit tests failed to show. --- gradle/libs.versions.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'gradle/libs.versions.toml') diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7f5a898..97fd718 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,6 +12,13 @@ livedata = "2.8.4" material = "1.12.0" navigationFragmentKtx = "2.7.7" navigationUiKtx = "2.7.7" +core = "1.13.1" +orchestrator = "1.5.0" +testRunner = "1.6.2" +testRules = "1.6.1" +testCore = "1.6.1" +fragmentKtx = "1.8.2" +uiautomator = "2.3.0" [libraries] android-build-gradle-api = { group = "com.android.tools.build", name = "gradle-api", version.ref = "agp" } @@ -19,15 +26,22 @@ androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version androidx-constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" } androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" } androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" } +androidx-test-core = { group = "androidx.test", name = "core", version.ref = "testCore" } +androidx-test-runner = { group = "androidx.test", name = "runner", version.ref = "testRunner" } +androidx-test-rules = { group = "androidx.test", name = "rules", version.ref = "testRules" } androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" } androidx-livedata = { group = "androidx.lifecycle", name = "lifecycle-livedata", version.ref = "livedata" } androidx-livedata-ktx = { group = "androidx.lifecycle", name = "lifecycle-livedata-ktx", version.ref = "livedata" } androidx-navigation-fragment-ktx = { group = "androidx.navigation", name = "navigation-fragment-ktx", version.ref = "navigationFragmentKtx" } androidx-navigation-ui-ktx = { group = "androidx.navigation", name = "navigation-ui-ktx", version.ref = "navigationUiKtx" } +androidx-orchestrator = { group = "androidx.test", name = "orchestrator", version.ref = "orchestrator" } junit = { group = "junit", name = "junit", version.ref = "junit" } material = { group = "com.google.android.material", name = "material", version.ref = "material" } robolectric = { group = "org.robolectric", name = "robolectric", version = "4.13" } truth = { group = "com.google.truth", name = "truth", version = "1.4.3" } +androidx-core = { group = "androidx.core", name = "core", version.ref = "core" } +androidx-fragment-ktx = { group = "androidx.fragment", name = "fragment-ktx", version.ref = "fragmentKtx" } +androidx-uiautomator = { group = "androidx.test.uiautomator", name = "uiautomator", version.ref = "uiautomator" } [plugins] android-application = { id = "com.android.application", version.ref = "agp" } -- cgit v1.2.3-70-g09d2