Skip to content

Commit

Permalink
chore: 🤖 remove espresso
Browse files Browse the repository at this point in the history
  • Loading branch information
ricky9667 committed Jul 13, 2024
1 parent 94286a1 commit 685bcce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ dependencies {
implementation(libs.androidx.activity.compose)
implementation(libs.androidx.navigation.compose)
androidTestImplementation(libs.androidx.test.ext)
androidTestImplementation(libs.androidx.test.espresso.core)

// Compose
val composeBom = platform(libs.androidx.compose.bom)
Expand Down
2 changes: 0 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ android-gradle-plugin = "8.1.1"
compose-bom = "2024.02.00"
core-ktx = "1.12.0"
datastore = "1.0.0"
espresso-core = "3.5.0"
hilt = "2.44"
hilt-android-compiler = "2.44"
hilt-navigation-compose = "1.2.0"
Expand Down Expand Up @@ -36,7 +35,6 @@ androidx-compose-ui-tooling = { group = "androidx.compose.ui", name = "ui-toolin
androidx-compose-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" }
androidx-datastore = { group = "androidx.datastore", name = "datastore", version.ref = "datastore" }
androidx-navigation-compose = { group = "androidx.navigation", name = "navigation-compose", version.ref = "navigation-compose" }
androidx-test-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espresso-core" }
androidx-test-ext = { group = "androidx.test.ext", name = "junit", version.ref = "junit-ext" }
hilt = { group = "com.google.dagger", name = "hilt-android", version.ref = "hilt" }
hilt-android-compiler = { group = "com.google.dagger", name = "hilt-android-compiler", version.ref = "hilt-android-compiler" }
Expand Down

0 comments on commit 685bcce

Please sign in to comment.