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

github.com/nextcloud/Android-SingleSignOn.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-24 05:35:19 +0300
committerGitHub <noreply@github.com>2022-09-24 05:35:19 +0300
commit93fd982266521ad2d6d2d5b170311d5c03ec6e81 (patch)
tree8c02424678ea3c8c4f6dad6c34030251b24d8fed
parentbf49c32699d6127fbdddb08bea041978175bf88a (diff)
Bump desugar_jdk_libs from 1.1.5 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.5 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--lib/build.gradle2
-rw-r--r--sample/build.gradle2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/build.gradle b/lib/build.gradle
index de67a61..2b13b64 100644
--- a/lib/build.gradle
+++ b/lib/build.gradle
@@ -98,7 +98,7 @@ detekt {
}
dependencies {
- coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
+ coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.0'
implementation "androidx.appcompat:appcompat:1.4.2"
implementation 'androidx.annotation:annotation:1.5.0'
diff --git a/sample/build.gradle b/sample/build.gradle
index 58e2675..18523a9 100644
--- a/sample/build.gradle
+++ b/sample/build.gradle
@@ -28,7 +28,7 @@ android {
}
dependencies {
- coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
+ coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.0'
implementation project(path: ':lib')
implementation 'androidx.appcompat:appcompat:1.4.2'