Skip to content

Commit

Permalink
Bump r8 from 3.1.51 to 3.3.28 (#6910)
Browse files Browse the repository at this point in the history
Context: https://r8.googlesource.com/r8/+/refs/tags/3.3.28-dev
Context: https://mvnrepository.com/artifact/com.android.tools/r8/3.3.28

Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>
  • Loading branch information
dependabot[bot] and jonathanpeppers authored Apr 13, 2022
1 parent 0ab3db0 commit 9f3ee58
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 0 additions & 4 deletions Documentation/release-notes/r8-3.1.51.md

This file was deleted.

4 changes: 4 additions & 0 deletions Documentation/release-notes/r8-3.3.28.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
### D8/R8 version update to 3.3.28

The version of the [D8 dexer and R8 shrinker](https://r8.googlesource.com/r8)
included in Xamarin.Android has been updated from 3.1.51 to 3.3.28.
2 changes: 1 addition & 1 deletion src/r8/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repositories {
}

dependencies {
compile group: 'com.android.tools', name: 'r8', version: '3.1.51'
compile group: 'com.android.tools', name: 'r8', version: '3.3.28'
}

jar {
Expand Down

0 comments on commit 9f3ee58

Please sign in to comment.