Update dependencies
This commit is contained in:
parent
09c35a25f7
commit
b1ba19826e
|
@ -136,11 +136,11 @@ dependencies {
|
|||
implementation 'com.google.android.material:material:1.3.0'
|
||||
|
||||
//Dagger (dependency injection)
|
||||
implementation 'com.google.dagger:dagger-android:2.34.1'
|
||||
implementation 'com.google.dagger:dagger-android-support:2.34.1'
|
||||
implementation 'com.google.dagger:dagger-android:2.35.1'
|
||||
implementation 'com.google.dagger:dagger-android-support:2.35.1'
|
||||
// if you use the support libraries
|
||||
kapt 'com.google.dagger:dagger-android-processor:2.34.1'
|
||||
kapt 'com.google.dagger:dagger-compiler:2.34.1'
|
||||
kapt 'com.google.dagger:dagger-android-processor:2.35.1'
|
||||
kapt 'com.google.dagger:dagger-compiler:2.35.1'
|
||||
|
||||
implementation 'com.squareup.okhttp3:okhttp:4.9.0'
|
||||
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
|
||||
|
|
Loading…
Reference in New Issue