Skip to content

Commit 9f3ee58

Browse files
Bump r8 from 3.1.51 to 3.3.28 (#6910)
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>
1 parent 0ab3db0 commit 9f3ee58

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Documentation/release-notes/r8-3.1.51.md

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
### D8/R8 version update to 3.3.28
2+
3+
The version of the [D8 dexer and R8 shrinker](https://r8.googlesource.com/r8)
4+
included in Xamarin.Android has been updated from 3.1.51 to 3.3.28.

src/r8/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repositories {
1515
}
1616

1717
dependencies {
18-
compile group: 'com.android.tools', name: 'r8', version: '3.1.51'
18+
compile group: 'com.android.tools', name: 'r8', version: '3.3.28'
1919
}
2020

2121
jar {

0 commit comments

Comments
 (0)