Skip to content

Commit

Permalink
remove dependency on Butterknife
Browse files Browse the repository at this point in the history
  • Loading branch information
hades committed Jun 13, 2024
1 parent cd129cd commit 418d3f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
4 changes: 0 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,6 @@ dependencies {
implementation 'com.google.firebase:firebase-crashlytics:18.6.1'
implementation "com.jakewharton.timber:timber:5.0.1"

// Dependency Injection
implementation 'com.jakewharton:butterknife:10.2.3'
annotationProcessor 'com.jakewharton:butterknife-compiler:10.2.3'

implementation('com.uservoice:uservoice-android-sdk:1.2.10') {
exclude module: 'commons-logging'
exclude module: 'httpcore'
Expand Down
7 changes: 1 addition & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
# The --add-exports flags are needed to be able to run the Butterknife annotation processor
# with modern Java compilers. See https://stackoverflow.com/questions/71257962
org.gradle.jvmargs=-Xmx2048M -Dkotlin.daemon.jvm.options\="-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 -Dkotlin.daemon.jvm.options\="-Xmx2048M"
android.useAndroidX=true
android.enableJetifier=true

Expand Down

0 comments on commit 418d3f5

Please sign in to comment.