Skip to content

Commit

Permalink
NT-1731: Remove butterknife adopt viewbinding (#1134)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkariang committed Mar 4, 2021
1 parent 2d9003f commit 1b7b4e3
Show file tree
Hide file tree
Showing 211 changed files with 8,235 additions and 9,502 deletions.
5 changes: 4 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@ android {
resolutionStrategy.force 'com.android.support:customtabs:27.1.1'
}

buildFeatures {
viewBinding true
}

}

buildscript {
Expand Down Expand Up @@ -209,7 +213,6 @@ dependencies {
final dagger_version = "2.28.3"
implementation "com.google.dagger:dagger:$dagger_version"
kapt "com.google.dagger:dagger-compiler:$dagger_version"
implementation "com.jakewharton:butterknife:7.0.1"
implementation "com.jakewharton:process-phoenix:2.0.0"
final rx_binding_version = "0.4.0"
implementation "com.jakewharton.rxbinding:rxbinding:$rx_binding_version"
Expand Down

This file was deleted.

Loading

0 comments on commit 1b7b4e3

Please sign in to comment.