Skip to content

Commit b4bb7db

Browse files
committed
36 - Remove Kotlin extensions plugin and ButterKnife dependency
1 parent cde9963 commit b4bb7db

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

app/build.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
apply plugin: 'com.android.application'
22
apply plugin: 'kotlin-android'
3-
apply plugin: 'kotlin-android-extensions'
43
apply plugin: 'com.google.gms.google-services'
54
apply plugin: 'com.google.firebase.crashlytics'
65

@@ -70,9 +69,7 @@ dependencies {
7069
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
7170
implementation 'androidx.appcompat:appcompat:1.3.1'
7271
implementation 'com.google.android.material:material:1.4.0'
73-
implementation 'com.jakewharton:butterknife:10.2.3' // View annotation bindings
74-
annotationProcessor 'com.jakewharton:butterknife-compiler:10.2.3' // ButterKnife compiler
75-
implementation 'com.google.dagger:dagger:2.35.1' // Dependency injection tool
72+
implementation 'com.google.dagger:dagger:2.51.1' // Dependency injection tool
7673
implementation 'com.github.PhilJay:MPAndroidChart:v2.2.4' // Charts
7774
implementation 'com.jakewharton.timber:timber:4.7.1' // Advanced logging tool
7875
implementation 'androidx.constraintlayout:constraintlayout:2.1.1'

0 commit comments

Comments
 (0)