Skip to content

Commit

Permalink
refactor: Remove unused dependencies
Browse files Browse the repository at this point in the history
The networking logic that required these dependencies was hoisted to the
host app.
  • Loading branch information
dcalhoun committed Nov 1, 2024
1 parent 8be9e30 commit 69b8e54
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions Demo-Android/Gutenberg/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ dependencies {
implementation(libs.androidx.appcompat)
implementation(libs.material)
implementation(libs.androidx.webkit)
implementation(platform(libs.okhttp.bom))
implementation(libs.okhttp)

testImplementation(libs.junit)
androidTestImplementation(libs.androidx.junit)
Expand Down
3 changes: 0 additions & 3 deletions Demo-Android/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ appcompat = "1.7.0"
material = "1.12.0"
activity = "1.9.0"
constraintlayout = "2.1.4"
okhttp = "4.12.0"
webkit = "1.11.0"

[libraries]
Expand All @@ -22,8 +21,6 @@ material = { group = "com.google.android.material", name = "material", version.r
androidx-activity = { group = "androidx.activity", name = "activity", version.ref = "activity" }
androidx-constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
androidx-webkit = { group = "androidx.webkit", name = "webkit", version.ref = "webkit" }
okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
okhttp-bom = { module = "com.squareup.okhttp3:okhttp-bom", version.ref = "okhttp" }

[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }
Expand Down

0 comments on commit 69b8e54

Please sign in to comment.