Skip to content

Commit 3f6ed77

Browse files
chore(deps): Bump com.android.tools:desugar_jdk_libs from 2.1.3 to 2.1.4
Bumps [com.android.tools:desugar_jdk_libs](https://github.com/google/desugar_jdk_libs) from 2.1.3 to 2.1.4. - [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] <[email protected]>
1 parent a6622bf commit 3f6ed77

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

exception/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ afterEvaluate {
5757
}
5858

5959
dependencies {
60-
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.3'
60+
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.4'
6161

6262
implementation "com.github.nextcloud:Android-SingleSignOn:$version_sso"
6363
implementation "com.github.stefan-niedermann:android-commons:$version_android_commons"

markdown/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ afterEvaluate {
4545
}
4646

4747
dependencies {
48-
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.3'
48+
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.4'
4949

5050
implementation project(':ocs')
5151

ocs/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ afterEvaluate {
5757
}
5858

5959
dependencies {
60-
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.3'
60+
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.4'
6161

6262
implementation "com.github.nextcloud:Android-SingleSignOn:$version_sso"
6363
implementation 'com.squareup.retrofit2:retrofit:2.11.0'

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ android {
4141
}
4242

4343
dependencies {
44-
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.3'
44+
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.4'
4545

4646
implementation project(path: ':exception')
4747
implementation project(path: ':markdown')

sso-glide/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ afterEvaluate {
5858
}
5959

6060
dependencies {
61-
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.3'
61+
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.4'
6262

6363
implementation "com.github.nextcloud:Android-SingleSignOn:$version_sso"
6464

sso-url-helper/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ afterEvaluate {
5757
}
5858

5959
dependencies {
60-
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.3'
60+
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.4'
6161

6262
implementation "com.github.nextcloud:Android-SingleSignOn:$version_sso"
6363

0 commit comments

Comments
 (0)