Browse Source

Update more deps

Signed-off-by: Mario Danic <mario@lovelyhq.com>
Mario Danic 7 years ago
parent
commit
d1b54cde7b
1 changed files with 6 additions and 6 deletions
  1. 6 6
      app/build.gradle

+ 6 - 6
app/build.gradle

@@ -101,8 +101,8 @@ dependencies {
     implementation 'com.squareup.retrofit2:adapter-rxjava2:2.3.0'
     implementation 'com.github.aurae.retrofit2:converter-logansquare:1.4.1'
 
-    implementation 'com.google.dagger:dagger:2.9'
-    annotationProcessor 'com.google.dagger:dagger-compiler:2.9'
+    implementation 'com.google.dagger:dagger:2.11'
+    annotationProcessor 'com.google.dagger:dagger-compiler:2.11'
     implementation 'com.github.lukaspili.autodagger2:autodagger2:1.1'
     annotationProcessor 'com.github.lukaspili.autodagger2:autodagger2-compiler:1.1'
 
@@ -129,15 +129,15 @@ dependencies {
     debugImplementation 'com.squareup.leakcanary:leakcanary-android:1.5.4'
     releaseImplementation 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.4'
 
-    implementation 'com.github.HITGIF:TextFieldBoxes:1.4.3'
+    implementation 'com.github.HITGIF:TextFieldBoxes:1.4.4'
 
-    implementation 'eu.davidea:flexible-adapter:5.0.4'
-    implementation 'eu.davidea:flexible-adapter-ui:1.0.0-b3'
+    implementation 'eu.davidea:flexible-adapter:5.0.5'
+    implementation 'eu.davidea:flexible-adapter-ui:1.0.0-b5'
 
     implementation 'com.github.bumptech.glide:glide:4.3.0'
     annotationProcessor 'com.github.bumptech.glide:compiler:4.3.0'
     implementation 'com.github.bumptech.glide:okhttp3-integration:4.3.0@aar'
-    implementation 'org.webrtc:google-webrtc:1.0.22920'
+    implementation 'org.webrtc:google-webrtc:1.0.23295'
     implementation "org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}"
 
     implementation 'com.evernote:android-job:1.2.6'