Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-08-15 12:32:00 +0300
committerGitHub <noreply@github.com>2022-08-15 12:32:00 +0300
commit47a42c3ec62bc150d6966bfca87bdf1d4d37f82a (patch)
tree2c98fe71f951e1957ab4794a0d1911fb06fb6df6
parent96ce087ff13b9952e48a3d45efffe1f5a316c8a2 (diff)
Bump desugar_jdk_libs from 1.1.6 to 1.2.0dependabot/gradle/com.android.tools-desugar_jdk_libs-1.2.0
Bumps [desugar_jdk_libs](https://github.com/google/desugar_jdk_libs) from 1.1.6 to 1.2.0. - [Release notes](https://github.com/google/desugar_jdk_libs/releases) - [Changelog](https://github.com/google/desugar_jdk_libs/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/desugar_jdk_libs/commits) --- updated-dependencies: - dependency-name: com.android.tools:desugar_jdk_libs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 20709db68..950c20b71 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -68,7 +68,7 @@ dependencies {
// TabLayoutHelper
implementation project(path: ':tab-layout-helper')
- coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.6'
+ coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.2.0'
// Android X
implementation 'androidx.appcompat:appcompat:1.5.0'