From 2e51182f53e724f39ff06c56e8abdc21bb623c53 Mon Sep 17 00:00:00 2001 From: olly Date: Wed, 8 Apr 2020 18:21:39 +0100 Subject: [PATCH] Update misc dependencies PiperOrigin-RevId: 305503804 --- demos/cast/build.gradle | 4 ++-- demos/main/build.gradle | 2 +- extensions/workmanager/build.gradle | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/demos/cast/build.gradle b/demos/cast/build.gradle index f9228e4b79..c929f09c87 100644 --- a/demos/cast/build.gradle +++ b/demos/cast/build.gradle @@ -57,8 +57,8 @@ dependencies { implementation project(modulePrefix + 'library-ui') implementation project(modulePrefix + 'extension-cast') implementation 'androidx.appcompat:appcompat:' + androidxAppCompatVersion - implementation 'androidx.recyclerview:recyclerview:1.0.0' - implementation 'com.google.android.material:material:1.0.0' + implementation 'androidx.recyclerview:recyclerview:1.1.0' + implementation 'com.google.android.material:material:1.1.0' } apply plugin: 'com.google.android.gms.strict-version-matcher-plugin' diff --git a/demos/main/build.gradle b/demos/main/build.gradle index ab47b6de81..b7a8666fe3 100644 --- a/demos/main/build.gradle +++ b/demos/main/build.gradle @@ -64,7 +64,7 @@ android { dependencies { implementation 'androidx.annotation:annotation:' + androidxAnnotationVersion implementation 'androidx.appcompat:appcompat:' + androidxAppCompatVersion - implementation 'com.google.android.material:material:1.0.0' + implementation 'com.google.android.material:material:1.1.0' implementation project(modulePrefix + 'library-core') implementation project(modulePrefix + 'library-dash') implementation project(modulePrefix + 'library-hls') diff --git a/extensions/workmanager/build.gradle b/extensions/workmanager/build.gradle index 361f0f4480..6025ecfcd0 100644 --- a/extensions/workmanager/build.gradle +++ b/extensions/workmanager/build.gradle @@ -34,7 +34,7 @@ android { dependencies { implementation project(modulePrefix + 'library-core') - implementation 'androidx.work:work-runtime:2.2.0' + implementation 'androidx.work:work-runtime:2.3.4' compileOnly 'org.jetbrains.kotlin:kotlin-annotations-jvm:' + kotlinAnnotationsVersion }