Skip to content
Snippets Groups Projects
Commit 2b31cc82 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

gradle: update dependencies

Change-Id: I04f1bc443e24558720437c60a3f3775260e4590c
parent 90b3e8b1
No related branches found
No related tags found
No related merge requests found
...@@ -84,18 +84,18 @@ dependencies { ...@@ -84,18 +84,18 @@ dependencies {
implementation 'androidx.core:core:1.3.2' implementation 'androidx.core:core:1.3.2'
implementation "androidx.appcompat:appcompat:1.2.0" 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.legacy:legacy-support-core-utils:1.0.0"
implementation "androidx.cardview:cardview:1.0.0" implementation "androidx.cardview:cardview:1.0.0"
implementation "androidx.preference:preference:1.1.1" implementation "androidx.preference:preference:1.1.1"
implementation "androidx.recyclerview:recyclerview:1.1.0" implementation "androidx.recyclerview:recyclerview:1.2.0"
implementation "androidx.leanback:leanback:1.1.0-beta01" implementation "androidx.leanback:leanback:1.1.0-rc01"
implementation "androidx.leanback:leanback-preference:1.1.0-beta01" implementation "androidx.leanback:leanback-preference:1.1.0-rc01"
implementation 'androidx.tvprovider:tvprovider:1.0.0' 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 "androidx.percentlayout:percentlayout:1.0.0"
implementation "com.google.android.material:material:1.3.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 'org.osmdroid:osmdroid-android:6.1.10'
implementation "androidx.sharetarget:sharetarget:1.1.0" implementation "androidx.sharetarget:sharetarget:1.1.0"
...@@ -124,7 +124,7 @@ dependencies { ...@@ -124,7 +124,7 @@ dependencies {
implementation 'com.jsibbold:zoomage:1.2.0' 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-core'
exclude group: 'com.google.firebase', module: 'firebase-analytics' exclude group: 'com.google.firebase', module: 'firebase-analytics'
exclude group: 'com.google.firebase', module: 'firebase-measurement-connector' exclude group: 'com.google.firebase', module: 'firebase-measurement-connector'
......
...@@ -4,7 +4,7 @@ buildscript { ...@@ -4,7 +4,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { 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' classpath 'com.google.gms:google-services:4.3.5'
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment