Skip to content

Commit

Permalink
Revert "Remove butterknife from build.gradle"
Browse files Browse the repository at this point in the history
This reverts commit 005f49f.
  • Loading branch information
jashasweejena committed Oct 2, 2020
1 parent 005f49f commit c3dcd13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ dependencies {
implementation 'androidx.vectordrawable:vectordrawable:1.0.1'
implementation 'com.mikepenz:fastadapter:3.3.1'
implementation 'com.mikepenz:fastadapter-extensions:3.3.1'
implementation 'com.jakewharton:butterknife:10.1.0'
annotationProcessor 'com.jakewharton:butterknife-compiler:10.1.0'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.1.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0'
Expand Down

0 comments on commit c3dcd13

Please sign in to comment.