Skip to content

Commit

Permalink
chore: remove androidutilcode from dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiredPlanck committed Jun 14, 2024
1 parent 7d7836f commit 41e5d21
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ dependencies {
implementation(libs.flexbox)
implementation(libs.kaml)
implementation(libs.timber)
implementation(libs.utilcode)
implementation(libs.xxpermissions)
ksp(libs.kotlin.inject.compiler)
implementation(libs.kotlin.inject.runtime)
Expand Down
1 change: 0 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ androidx-viewpager2 = { module = "androidx.viewpager2:viewpager2", version = "1.
flexbox = { module = "com.google.android.flexbox:flexbox", version = "3.0.0" }
kaml = { module = "com.charleskorn.kaml:kaml", version = "0.56.0" }
timber = { module = "com.jakewharton.timber:timber", version = "5.0.1" }
utilcode = { module = "com.blankj:utilcodex", version = "1.31.1" }
xxpermissions = { module = "com.github.getActivity:XXPermissions", version = "18.5" }
kotlin-inject-compiler = { module = "me.tatarka.inject:kotlin-inject-compiler-ksp", version.ref = "kotlin-inject" }
kotlin-inject-runtime = { module = "me.tatarka.inject:kotlin-inject-runtime", version.ref = "kotlin-inject" }
Expand Down

0 comments on commit 41e5d21

Please sign in to comment.