From 058995d123bc50783c787ef8799318e8797d889c Mon Sep 17 00:00:00 2001 From: Aurimas Liutikas Date: Tue, 11 Apr 2017 12:40:01 -0700 Subject: Move to using Android Gradle Plugin 2.4.0-alpha5 - Move to the new plugin - Fix new lint warnings (missing @RequiresApi) - Suppress 106 doclava warning about missing @attr javadoc in R.java files. alanv@ will investigate this further. - Disable new resource processing as it breaks doclava - Explicitly set jacoco version in SupportLibraryPlugin as a workaround for android gradle plugin bug (fixed in alpha6) Test: ./gradlew assemble createArchive generateDocs updateApi Change-Id: I97d895b4aa2da2bc4a659f25fe54ac75401af9e6 --- gradle.properties | 1 + 1 file changed, 1 insertion(+) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index fb870a962b8..e4443ce95b2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,3 +2,4 @@ org.gradle.jvmargs=-Xmx3g org.gradle.daemon=true org.gradle.configureondemand=true org.gradle.parallel=true +android.enableNewResourceProcessing=false -- cgit v1.2.3