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-09-16 15:19:23 +0300
committerGitHub <noreply@github.com>2022-09-16 15:19:23 +0300
commitb27a3651ff01cff399701417af870b28dfb5d5e7 (patch)
treed4cb12fee494a42ee6f137a151e1f2aa137b59f9
parent941d6c7316c19e93e21b85e80ff5b08151deb15f (diff)
Bump desugar_jdk_libs from 1.1.6 to 2.0.0dependabot/gradle/com.android.tools-desugar_jdk_libs-2.0.0
Bumps [desugar_jdk_libs](https://github.com/google/desugar_jdk_libs) from 1.1.6 to 2.0.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-major ... 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 5e8c69ec8..e4eef0dff 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:2.0.0'
// Android X
implementation 'androidx.appcompat:appcompat:1.5.1'