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-08 15:19:39 +0300
committerGitHub <noreply@github.com>2022-09-08 15:19:39 +0300
commit1c77ff6bc1b69c68d139289e263c41260a26dab3 (patch)
tree9638c3c907ebf5acdef3940762377e81f1482d19
parent65605cff53565ab7cd017b105c34461db56c8cf6 (diff)
Bump desugar_jdk_libs from 1.1.6 to 1.2.2dependabot/gradle/com.android.tools-desugar_jdk_libs-1.2.2
Bumps [desugar_jdk_libs](https://github.com/google/desugar_jdk_libs) from 1.1.6 to 1.2.2. - [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 1c2aeae50..a094d8112 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.2'
// Android X
implementation 'androidx.appcompat:appcompat:1.5.1'