Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes
Browse files Browse the repository at this point in the history
mattkranzler5 committed Dec 12, 2023
1 parent 3fdea68 commit 89703f2
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions formula-android-tests/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -51,6 +51,7 @@ dependencies {
implementation(libs.kotlin)
implementation(libs.androidx.appcompat)
implementation(libs.lifecycle.extensions)
implementation(libs.androidx.test.core.ktx)

testImplementation(libs.junit)
testImplementation(libs.truth)
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -46,6 +46,7 @@ androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.1.0" }
androidx-activity-compose = { module = "androidx.activity:activity-compose", version = "1.3.1"}
androidx-activity-ktx = { module = "androidx.activity:activity-ktx", version = "1.3.1" }
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" }

Original file line number Diff line number Diff line change
@@ -60,7 +60,7 @@ dependencies {
testImplementation(libs.mockito.kotlin)
testImplementation(libs.kotlin.reflect)
testImplementation(project(":formula-test"))
testImplementation(libs.androidx.test.rules)
testImplementation(libs.androidx.test.runner)
testImplementation(libs.androidx.test.runner)
testImplementation(libs.espresso.core)
testImplementation(libs.robolectric)

0 comments on commit 89703f2

Please sign in to comment.