diff --git a/ring-android/app/build.gradle b/ring-android/app/build.gradle index fe502a8bde4809f99794b6a79342cdc3286b9105..d8cef290a29bf60eee6776ac8f9aef9f95f96bb5 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 64a8d648a0b0cb7163c5d26f256f8d967dbf3ddf..00eb7a51805a0de8e27f06a497f0abb56758fda4 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' } }