From 58dffa27d1383732d61275dcfbe85ac1a1a4b416 Mon Sep 17 00:00:00 2001 From: Stefan Schueller Date: Sun, 24 Jun 2018 21:26:26 +0200 Subject: [PATCH] update libraries --- app/build.gradle | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 3630f22..956f95d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -24,12 +24,12 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) - implementation 'com.android.support.constraint:constraint-layout:1.0.2' - implementation 'com.android.support:appcompat-v7:27.1.0' - implementation 'com.android.support:cardview-v7:27.1.0' - implementation 'com.android.support:recyclerview-v7:27.1.0' + implementation 'com.android.support.constraint:constraint-layout:1.1.2' + implementation 'com.android.support:appcompat-v7:27.1.1' + implementation 'com.android.support:cardview-v7:27.1.1' + implementation 'com.android.support:recyclerview-v7:27.1.1' - implementation 'com.google.android.gms:play-services-auth:11.8.0' + implementation 'com.google.android.gms:play-services-auth:15.0.1' implementation 'com.squareup.okhttp3:okhttp:3.10.0' implementation 'com.squareup.retrofit2:retrofit:2.3.0' @@ -39,19 +39,19 @@ dependencies { implementation 'com.google.code.gson:gson:2.8.2' // implementation 'org.webrtc:google-webrtc:1.0.+' - implementation 'com.android.support:design:27.1.0' + implementation 'com.android.support:design:27.1.1' implementation 'com.blackboardtheory:android-iconify-fontawesome:3.0.1-SNAPSHOT' implementation 'com.github.TorrentStream:TorrentStream-Android:2.5.0' - implementation 'com.google.android.exoplayer:exoplayer:2.7.0' + implementation 'com.google.android.exoplayer:exoplayer:2.8.1' // implementation "com.github.TorrentStream:TorrentStreamServer-Android:1.0.1" // implementation 'com.devbrackets.android:exomedia:4.1.0' implementation 'de.hdodenhof:circleimageview:2.2.0' - implementation 'com.android.support:support-v4:27.1.0' + implementation 'com.android.support:support-v4:27.1.1' testImplementation 'junit:junit:4.12' - androidTestImplementation 'com.android.support.test:runner:1.0.1' - androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1' + androidTestImplementation 'com.android.support.test:runner:1.0.2' + androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2' }