Skip to content

Commit

Permalink
Bump com.android.tools:r8 from 8.2.33 to 8.2.47
Browse files Browse the repository at this point in the history
Bumps com.android.tools:r8 from 8.2.33 to 8.2.47.

---
updated-dependencies:
- dependency-name: com.android.tools:r8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 5, 2024
1 parent 566bd04 commit 9ee0eb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ configurations.all {
}

dependencies {
implementation("com.android.tools:r8:8.2.42")
implementation("com.android.tools:r8:8.2.47")
implementation("com.android.tools.smali:smali-dexlib2:3.0.3")

//noinspection GradleDependency
Expand Down
2 changes: 1 addition & 1 deletion build-tools/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ dependencies {
implementation("io.github.Rosemoe.sora-editor:editor:0.23.4-3895689-SNAPSHOT")
implementation("io.github.itsaky:nb-javac-android:17.0.0.3")
implementation("com.google.guava:guava:33.0.0-jre")
implementation("com.android.tools:r8:8.2.33")
implementation("com.android.tools:r8:8.2.47")
}

0 comments on commit 9ee0eb0

Please sign in to comment.