summaryrefslogtreecommitdiff
path: root/Source/Android
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2021-08-01 13:10:59 +0200
committerGitHub <noreply@github.com>2021-08-01 13:10:59 +0200
commit56057c3deadf110de615fd551f95874cdfc1f3ff (patch)
tree0f776dc29dd5d1de351003125dde4149eb01fa40 /Source/Android
parentdba1e1e9f7db3cac13a324b226385b0117323976 (diff)
parent9a33fd3f7fb0e468394a44250fe1306bbb55d19b (diff)
Merge pull request #9961 from Simonx22/update-dependencies
Android: update dependencies
Diffstat (limited to 'Source/Android')
-rw-r--r--Source/Android/app/build.gradle6
-rw-r--r--Source/Android/build.gradle2
-rw-r--r--Source/Android/gradle/wrapper/gradle-wrapper.properties6
3 files changed, 7 insertions, 7 deletions
diff --git a/Source/Android/app/build.gradle b/Source/Android/app/build.gradle
index daabe18298..369cc46e79 100644
--- a/Source/Android/app/build.gradle
+++ b/Source/Android/app/build.gradle
@@ -84,13 +84,13 @@ android {
dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
- implementation 'androidx.appcompat:appcompat:1.2.0'
+ implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'androidx.exifinterface:exifinterface:1.3.2'
implementation 'androidx.cardview:cardview:1.0.0'
- implementation 'androidx.recyclerview:recyclerview:1.2.0'
+ implementation 'androidx.recyclerview:recyclerview:1.2.1'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation 'androidx.lifecycle:lifecycle-viewmodel:2.3.1'
- implementation 'com.google.android.material:material:1.3.0'
+ implementation 'com.google.android.material:material:1.4.0'
// Android TV UI libraries.
implementation 'androidx.leanback:leanback:1.0.0'
diff --git a/Source/Android/build.gradle b/Source/Android/build.gradle
index c6b43eea63..bea92a36b7 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.0'
+ classpath 'com.android.tools.build:gradle:4.2.2'
}
}
diff --git a/Source/Android/gradle/wrapper/gradle-wrapper.properties b/Source/Android/gradle/wrapper/gradle-wrapper.properties
index 1ca7d8a13b..a85cdc650f 100644
--- a/Source/Android/gradle/wrapper/gradle-wrapper.properties
+++ b/Source/Android/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
-#Sat Jan 15 19:48:10 EDT 2021
+#Sun Jul 25 14:44:00 EDT 2021
distributionBase=GRADLE_USER_HOME
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-bin.zip
distributionPath=wrapper/dists
-zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-bin.zip
+zipStoreBase=GRADLE_USER_HOME