Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkranzler5 committed Dec 12, 2023
1 parent 89703f2 commit 102bcf9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions formula-android-tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ dependencies {

testImplementation(libs.junit)
testImplementation(libs.truth)
testImplementation(libs.androidx.test.junit)
testImplementation(libs.androidx.test.rules)
testImplementation(libs.androidx.test.runner)
testImplementation(libs.espresso.core)
Expand Down
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ androidx-activity-ktx = { module = "androidx.activity:activity-ktx", version = "
androidx-test-core-ktx = { module = "androidx.test:core-ktx", name = "core-ktx", version.ref = "androidTest" }
androidx-test-rules = { module = "androidx.test:rules", version.ref = "androidTest" }
androidx-test-runner = { module = "androidx.test:runner", version.ref = "androidTest" }
androidx-test-junit = { module = "androidx.test.ext:junit", version = "1.1.0" }

lifecycle-extensions = { module = "androidx.lifecycle:lifecycle-extensions", version.ref = "lifecycle" }
lifecycle-runtime-ktx = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "lifecycleKtx" }
Expand Down
File renamed without changes.

0 comments on commit 102bcf9

Please sign in to comment.