Update dexmaker to current master
(018d62e74446b2939a905fbc116cf816d4235846)
Fixes: 114282364
Test: atest CtsMockingTestCases
CtsInlineMockingTestCases
CtsMockingDebuggableTestCases
CtsExtendedMockingTestCases
Change-Id: I776df2b78d5f12a5b560f0b64073bd8ed60e21b9
diff --git a/dexmaker-mockito-inline-dispatcher/build.gradle b/dexmaker-mockito-inline-dispatcher/build.gradle
index 9ea6567..2251364 100644
--- a/dexmaker-mockito-inline-dispatcher/build.gradle
+++ b/dexmaker-mockito-inline-dispatcher/build.gradle
@@ -2,7 +2,7 @@
android {
compileSdkVersion 28
- buildToolsVersion '28.0.0'
+ buildToolsVersion '28.0.1'
defaultConfig {
applicationId 'com.android.dexmaker.mockito.inline.dispatcher'
@@ -11,3 +11,8 @@
versionName VERSION_NAME
}
}
+
+repositories {
+ jcenter()
+ google()
+}