summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorAnton Hansson <hansson@google.com>2018-05-01 17:11:26 +0100
committerAnton Hansson <hansson@google.com>2018-05-01 17:11:26 +0100
commit232a4df4d523e65bb8a7f431540e07ad63ef5618 (patch)
tree1fd044e44ccdf6735e4645f8da388cc11ec30213 /build.gradle
parent38be0f4882057d25c26a4aac93671a39a8cdff02 (diff)
downloadmultidex-232a4df4d523e65bb8a7f431540e07ad63ef5618.tar.gz
This file has been copied to a new location. Update the multidex gradle build to refer the new location so that the old one can be deleted. Test: No Bug: 77525052 Change-Id: Ic7a1c19be543a06d01ad0b48b909c4e116327e5e
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index b9af213..6665846 100644
--- a/build.gradle
+++ b/build.gradle
@@ -42,7 +42,7 @@ if (file(fullSdkPath).exists()) {
} else {
gradle.ext.currentSdk = 'current'
ext.buildToolsVersion = '26.0.0'
- project.ext.androidJar = files("${project.rootDir}/../../prebuilts/sdk/current/android.jar")
+ project.ext.androidJar = files("${project.rootDir}/../../prebuilts/sdk/current/public/android.jar")
File props = file("local.properties")
props.write "android.dir=../../"
}