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
path: root/app
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-02 15:02:23 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2023-02-02 16:28:22 +0300
commit19ec4bad4444e8aafdf23d30f17d0a9916ed6f42 (patch)
treee9c100190e2866d7ec73c168c66983058a1dad63 /app
parent287c3460ef1a4445b510f3377950b98aea1aad0f (diff)
Bump com.android.tools:desugar_jdk_libs from 2.0.0 to 2.0.1
Bumps [com.android.tools:desugar_jdk_libs](https://github.com/google/desugar_jdk_libs) from 2.0.0 to 2.0.1. - [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-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 0b32a1c40..818c17c22 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -72,7 +72,7 @@ dependencies {
// TabLayoutHelper
implementation project(path: ':tab-layout-helper')
- coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.0'
+ coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.1'
// Android X
implementation 'androidx.appcompat:appcompat:1.6.0'