From ba5c38e3ad3d642ae04d63b5177c3fa46eca7849 Mon Sep 17 00:00:00 2001 From: Simonx22 Date: Wed, 5 Jan 2022 13:39:54 -0500 Subject: [PATCH] Android: update dependencies --- Source/Android/app/build.gradle | 14 +++++++------- Source/Android/build.gradle | 2 +- .../gradle/wrapper/gradle-wrapper.properties | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Source/Android/app/build.gradle b/Source/Android/app/build.gradle index 39aaedd63c..e589b1a91d 100644 --- a/Source/Android/app/build.gradle +++ b/Source/Android/app/build.gradle @@ -91,14 +91,14 @@ android { dependencies { coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5' - implementation 'androidx.appcompat:appcompat:1.3.1' - implementation 'androidx.exifinterface:exifinterface:1.3.2' + implementation 'androidx.appcompat:appcompat:1.4.0' + implementation 'androidx.exifinterface:exifinterface:1.3.3' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.recyclerview:recyclerview:1.2.1' - implementation 'androidx.constraintlayout:constraintlayout:2.0.4' - implementation 'androidx.lifecycle:lifecycle-viewmodel:2.3.1' - implementation 'androidx.fragment:fragment:1.3.6' - implementation "androidx.slidingpanelayout:slidingpanelayout:1.2.0-alpha03" + implementation 'androidx.constraintlayout:constraintlayout:2.1.2' + implementation 'androidx.lifecycle:lifecycle-viewmodel:2.4.0' + implementation 'androidx.fragment:fragment:1.4.0' + implementation 'androidx.slidingpanelayout:slidingpanelayout:1.2.0-rc01' implementation 'com.google.android.material:material:1.4.0' // Android TV UI libraries. @@ -106,7 +106,7 @@ dependencies { implementation 'androidx.tvprovider:tvprovider:1.0.0' // For REST calls - implementation 'com.android.volley:volley:1.2.0' + implementation 'com.android.volley:volley:1.2.1' // For loading huge screenshots from the disk. implementation 'com.squareup.picasso:picasso:2.71828' diff --git a/Source/Android/build.gradle b/Source/Android/build.gradle index bea92a36b7..ac31f01cf5 100644 --- a/Source/Android/build.gradle +++ b/Source/Android/build.gradle @@ -4,7 +4,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:4.2.2' + classpath 'com.android.tools.build:gradle:7.0.4' } } diff --git a/Source/Android/gradle/wrapper/gradle-wrapper.properties b/Source/Android/gradle/wrapper/gradle-wrapper.properties index a85cdc650f..5bb17d745c 100644 --- a/Source/Android/gradle/wrapper/gradle-wrapper.properties +++ b/Source/Android/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Sun Jul 25 14:44:00 EDT 2021 +#Wed Jan 05 13:37:44 EST 2022 distributionBase=GRADLE_USER_HOME -distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip distributionPath=wrapper/dists zipStorePath=wrapper/dists zipStoreBase=GRADLE_USER_HOME