File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22apply plugin : ' kotlin-android'
3- apply plugin : ' kotlin-android-extensions'
43apply plugin : ' com.google.gms.google-services'
54apply 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'
You can’t perform that action at this time.
0 commit comments