Skip to content

Commit

Permalink
Remove unused butterknife dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabi755 committed Jun 4, 2024
1 parent 7bb6e27 commit 5a33e1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
8 changes: 2 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,18 +75,14 @@ dependencies {
implementation dependenciesList.androidxRecyclerView
implementation dependenciesList.androidxConstraintLayout
implementation dependenciesList.androidxCardView
implementation dependenciesList.androidxAppcompat
implementation dependenciesList.androidxConstraintLayout

implementation dependenciesList.gmsLocation

// Logging
implementation dependenciesList.timber

// Butter Knife
implementation dependenciesList.butterknife
annotationProcessor dependenciesList.butterknifeProcessor
implementation dependenciesList.androidxAppcompat
implementation dependenciesList.androidxConstraintLayout

// Leak Canary
debugImplementation dependenciesList.leakCanaryDebug

Expand Down
5 changes: 1 addition & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ POM_DEVELOPER_NAME=Mapbox
# http://www.gradle.org/docs/current/userguide/build_environment.html
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
org.gradle.jvmargs=-Xmx2048M \
--add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \
--add-exports=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED \
--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
org.gradle.jvmargs=-Xmx2048M
android.useAndroidX=true
android.enableJetifier=true
# When configured, Gradle will run in incubating parallel mode.
Expand Down
5 changes: 0 additions & 5 deletions gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ ext {
mockito : '5.12.0',
hamcrest : '2.0.0.0',
errorprone : '2.28.0',
butterknife : '10.2.3',
leakCanaryVersion : '2.14',
timber : '5.0.1',
testRunnerVersion : '1.0.1',
Expand Down Expand Up @@ -66,10 +65,6 @@ ext {
autoValueAnnotations : "com.google.auto.value:auto-value-annotations:${version.autoValue}",
autoValueGson : "com.ryanharter.auto.value:auto-value-gson:${version.autoValueGson}",

// butterknife
butterknife : "com.jakewharton:butterknife:${version.butterknife}",
butterknifeProcessor : "com.jakewharton:butterknife-compiler:${version.butterknife}",

// support
androidxAppcompat : "androidx.appcompat:appcompat:${version.appcompatVersion}",
androidxCore : "androidx.core:core-ktx:${version.androidxCoreVersion}",
Expand Down

0 comments on commit 5a33e1d

Please sign in to comment.