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-08-27 05:28:54 +0300
committerGitHub <noreply@github.com>2022-08-27 05:28:54 +0300
commit3c30029cdb7aab2cce2f4823e44b1cf9cb153130 (patch)
treed0aa1d8259e620ca243f94b15da1671dfb739d47
parent6f4c9489890dff5b755b7965fa04ef027ab07612 (diff)
Bump desugar_jdk_libs from 1.1.5 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.5 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--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 98293bc..f7daeaf 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:1.2.2'
implementation "androidx.appcompat:appcompat:1.4.2"
implementation 'androidx.annotation:annotation:1.4.0'
diff --git a/sample/build.gradle b/sample/build.gradle
index 58e2675..cb7fdb2 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:1.2.2'
implementation project(path: ':lib')
implementation 'androidx.appcompat:appcompat:1.4.2'