Skip to content

Commit

Permalink
Bump to r8 2.2.64 (#6149)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpeppers committed Jul 30, 2021
1 parent a66013b commit 736ae11
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Documentation/release-notes/r8-2.2.64.md
@@ -0,0 +1,4 @@
### D8/R8 version update to 2.2.64

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

dependencies {
compile group: 'com.android.tools', name: 'r8', version: '2.1.75'
compile group: 'com.android.tools', name: 'r8', version: '2.2.64'
}

jar {
Expand Down

0 comments on commit 736ae11

Please sign in to comment.