1
0
mirror of https://gitlab.shinice.net/pixeldroid/PixelDroid synced 2025-02-02 08:36:49 +01:00

Update dependencies

This commit is contained in:
Matthieu 2021-05-09 18:42:28 +02:00
parent 09c35a25f7
commit b1ba19826e

View File

@ -136,11 +136,11 @@ dependencies {
implementation 'com.google.android.material:material:1.3.0' implementation 'com.google.android.material:material:1.3.0'
//Dagger (dependency injection) //Dagger (dependency injection)
implementation 'com.google.dagger:dagger-android:2.34.1' implementation 'com.google.dagger:dagger-android:2.35.1'
implementation 'com.google.dagger:dagger-android-support:2.34.1' implementation 'com.google.dagger:dagger-android-support:2.35.1'
// if you use the support libraries // if you use the support libraries
kapt 'com.google.dagger:dagger-android-processor:2.34.1' kapt 'com.google.dagger:dagger-android-processor:2.35.1'
kapt 'com.google.dagger:dagger-compiler:2.34.1' kapt 'com.google.dagger:dagger-compiler:2.35.1'
implementation 'com.squareup.okhttp3:okhttp:4.9.0' implementation 'com.squareup.okhttp3:okhttp:4.9.0'
implementation 'com.squareup.retrofit2:retrofit:2.9.0' implementation 'com.squareup.retrofit2:retrofit:2.9.0'