From 2b31cc82d3aece3fe4694e17085e593bc6ba4743 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com> Date: Fri, 9 Apr 2021 14:14:53 -0400 Subject: [PATCH] gradle: update dependencies Change-Id: I04f1bc443e24558720437c60a3f3775260e4590c --- ring-android/app/build.gradle | 14 +++++++------- ring-android/build.gradle | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ring-android/app/build.gradle b/ring-android/app/build.gradle index fe502a8bd..d8cef290a 100644 --- a/ring-android/app/build.gradle +++ b/ring-android/app/build.gradle @@ -84,18 +84,18 @@ dependencies { implementation 'androidx.core:core:1.3.2' implementation "androidx.appcompat:appcompat:1.2.0" - implementation 'androidx.constraintlayout:constraintlayout:1.1.3' + implementation 'androidx.constraintlayout:constraintlayout:2.0.4' implementation "androidx.legacy:legacy-support-core-utils:1.0.0" implementation "androidx.cardview:cardview:1.0.0" implementation "androidx.preference:preference:1.1.1" - implementation "androidx.recyclerview:recyclerview:1.1.0" - implementation "androidx.leanback:leanback:1.1.0-beta01" - implementation "androidx.leanback:leanback-preference:1.1.0-beta01" + implementation "androidx.recyclerview:recyclerview:1.2.0" + implementation "androidx.leanback:leanback:1.1.0-rc01" + implementation "androidx.leanback:leanback-preference:1.1.0-rc01" implementation 'androidx.tvprovider:tvprovider:1.0.0' - implementation "androidx.media:media:1.2.1" + implementation "androidx.media:media:1.3.0" implementation "androidx.percentlayout:percentlayout:1.0.0" implementation "com.google.android.material:material:1.3.0" - implementation 'com.google.android:flexbox:1.1.1' + implementation 'com.google.android:flexbox:2.0.1' implementation 'org.osmdroid:osmdroid-android:6.1.10' implementation "androidx.sharetarget:sharetarget:1.1.0" @@ -124,7 +124,7 @@ dependencies { implementation 'com.jsibbold:zoomage:1.2.0' - withFirebaseImplementation('com.google.firebase:firebase-messaging:21.0.1') { + withFirebaseImplementation('com.google.firebase:firebase-messaging:21.1.0') { exclude group: 'com.google.firebase', module: 'firebase-core' exclude group: 'com.google.firebase', module: 'firebase-analytics' exclude group: 'com.google.firebase', module: 'firebase-measurement-connector' diff --git a/ring-android/build.gradle b/ring-android/build.gradle index 64a8d648a..00eb7a518 100644 --- a/ring-android/build.gradle +++ b/ring-android/build.gradle @@ -4,7 +4,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:4.1.2' + classpath 'com.android.tools.build:gradle:4.1.3' classpath 'com.google.gms:google-services:4.3.5' } } -- GitLab