Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit b0ac7f6b authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

bump com.android.tools:desugar_jdk_libs from 2.0.2 to 2.0.3



```yaml:frontmatter
updated-dependencies:
- dependency-name: com.android.tools:desugar_jdk_libs
  dependency-type: direct:production
  update-type: version-update:semver-patch
```

Signed-off-by: default avatardependabot[bot] <support@github.com>
parent 94f01006
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@ detekt {
}

dependencies {
    coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.2'
    coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.3'

    implementation "androidx.appcompat:appcompat:1.6.1"
    implementation 'androidx.annotation:annotation:1.5.0'
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ android {
}

dependencies {
    coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.2'
    coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.3'

    implementation project(path: ':lib')
    implementation 'androidx.appcompat:appcompat:1.6.1'