Android: Update D8 with fix to enable Java asserts.

We switched to D8 in 2e3db78141260081f2da2a849659675666613e98, but it
turns out that D8 doesn't support Java asserts. This CL updates D8 with
a fix to allow our assertion-enabling code to work again.

Bug: 856575
Change-Id: I8f0f239c40de503445bc6a24ad54449a6b5de18c
Reviewed-on: https://chromium-review.googlesource.com/1115424
Reviewed-by: agrieve <[email protected]>
Commit-Queue: Eric Stevenson <[email protected]>
Cr-Commit-Position: refs/heads/master@{#570534}
diff --git a/DEPS b/DEPS
index 57ba7803..daeaade 100644
--- a/DEPS
+++ b/DEPS
@@ -939,7 +939,7 @@
       'packages': [
           {
               'package': 'chromium/third_party/r8',
-              'version': 'version:1.0.30',
+              'version': 'version:1.2.28-cr0',
           },
       ],
       'condition': 'checkout_android',