Skip to content

Commit

Permalink
remaining testing stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Funkatronics committed May 28, 2024
1 parent 3dea2e0 commit bfe525a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
4 changes: 2 additions & 2 deletions android/fakedapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ dependencies {
androidTestImplementation libs.core.ktx
androidTestImplementation libs.androidx.junit
androidTestImplementation libs.androidx.junit.ktx
androidTestImplementation 'androidx.test:runner:1.5.2'
androidTestImplementation libs.androidx.test.runner
androidTestImplementation libs.androidx.test.espresso.core
androidTestImplementation 'androidx.test.uiautomator:uiautomator:2.3.0'
androidTestImplementation libs.androidx.test.uiautomator

testImplementation libs.androidx.test.core
testImplementation libs.androidx.junit
Expand Down
8 changes: 4 additions & 4 deletions android/fakewallet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,18 +87,18 @@ android {
}

dependencies {
androidTestImplementation 'androidx.test:runner:1.5.2'
androidTestUtil 'androidx.test:orchestrator:1.4.2'
androidTestImplementation libs.androidx.test.runner
androidTestUtil libs.androidx.test.orchestrator

androidTestImplementation libs.kotlin.stdlib
androidTestImplementation libs.androidx.test.core
androidTestImplementation libs.core.ktx
androidTestImplementation libs.androidx.junit
androidTestImplementation libs.androidx.junit.ktx
androidTestImplementation 'androidx.test:runner:1.5.2'
androidTestImplementation libs.androidx.test.runner
androidTestImplementation libs.androidx.test.rules
androidTestImplementation libs.androidx.test.espresso.core
androidTestImplementation 'androidx.test.uiautomator:uiautomator:2.3.0'
androidTestImplementation libs.androidx.test.uiautomator
androidTestImplementation 'com.solanamobile:web3-solana:0.2.3'
androidTestImplementation project(path: ':clientlib')

Expand Down
7 changes: 7 additions & 0 deletions android/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,15 @@ androidxCoreKtx = "1.13.1"
androidxCoreTesting = "2.2.0"
androidxJunit = "1.1.5"
androidxTest = "1.5.0"
androidxTestRunner = "1.5.2"
androidxTestUiautomator = "2.3.0"
annotation = "1.8.0"
bouncycastle = "1.78.1"
espressoCore = "3.5.1"
junit = "4.13.2"
kotlinxCoroutines = "1.8.1"
kotlinTest = "2.0.0"
androidxTestOrchestrator = "1.4.2"
robolectric = "4.12.2"

[libraries]
Expand All @@ -27,11 +30,15 @@ androidx-core-ktx = { module = "androidx.core:core-ktx", version.ref = "androidx
androidx-junit = { module = "androidx.test.ext:junit", version.ref = "androidxJunit" }
androidx-junit-ktx = { module = "androidx.test.ext:junit-ktx", version.ref = "androidxJunit" }
androidx-navigation-safeArgsGradlePlugin = { module = "androidx.navigation:navigation-safe-args-gradle-plugin", version.ref = "navigationSafeArgsGradlePlugin" }

androidx-test-core = { module = "androidx.test:core", version.ref = "androidxTest" }
androidx-test-espresso-core = { module = "androidx.test.espresso:espresso-core", version.ref = "espressoCore" }
androidx-test-espresso-intents = { module = "androidx.test.espresso:espresso-intents", version.ref = "espressoCore" }
androidx-test-orchestrator = { module = "androidx.test:orchestrator", version.ref = "androidxTestOrchestrator" }
androidx-test-rules = { module = "androidx.test:rules", version.ref = "androidxTest" }
androidx-test-runner = { module = "androidx.test:runner", version.ref = "androidxTestRunner" }
androidx-test-truth = { module = "androidx.test.ext:truth", version.ref = "androidxTest" }
androidx-test-uiautomator = { module = "androidx.test.uiautomator:uiautomator", version.ref = "androidxTestUiautomator" }

bcprov-jdk18on = { module = "org.bouncycastle:bcprov-jdk18on", version.ref = "bouncycastle" }
core-ktx = { module = "androidx.test:core-ktx", version.ref = "androidxTest" }
Expand Down

0 comments on commit bfe525a

Please sign in to comment.