From 195a49ab2c2c59c4dc1178a47c0ad83aba9de93c Mon Sep 17 00:00:00 2001 From: George Mount Date: Tue, 26 Apr 2016 16:47:27 -0700 Subject: Change jarjar version to 1.4 to support building with java 8. This fixes a problem where jarjar was not remapping class usages, only the classes themselves. Change-Id: I6c9abb311247cf8612194f6595e606f5cd75c060 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c3ce95a3..2aa4ea4b 100644 --- a/build.gradle +++ b/build.gradle @@ -230,7 +230,7 @@ def fullJar(project) { doLast { def jarJarLibrary = new File(dataBindingConfig.externalPrebuiltsBase, - 'tools/common/m2/repository/com/googlecode/jarjar/jarjar/1.3/jarjar-1.3.jar'). + 'tools/common/m2/repository/com/googlecode/jarjar/jarjar/1.4/jarjar-1.4.jar'). getCanonicalPath() // in Ant ant.taskdef(name: "jarjarIt", -- cgit v1.2.3