From 045ce029eb83e8cb35d9fa0d0fac50d380ca06a0 Mon Sep 17 00:00:00 2001 From: Raphael Date: Wed, 10 Feb 2010 15:25:57 -0800 Subject: Update prebuilt Groovy JAR to 1.7.0 Depends on Change Ie2684212 Change-Id: I3c269c7e972b8fcb207409732c450fab1544b508 --- layoutopt/app/etc/manifest.txt | 2 +- layoutopt/libs/uix/src/Android.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'layoutopt') diff --git a/layoutopt/app/etc/manifest.txt b/layoutopt/app/etc/manifest.txt index 5d0afdf..d107744 100644 --- a/layoutopt/app/etc/manifest.txt +++ b/layoutopt/app/etc/manifest.txt @@ -1,2 +1,2 @@ Main-Class: com.android.layoutopt.cli.Main -Class-Path: groovy-all-1.6.5.jar +Class-Path: groovy-all-1.7.0.jar diff --git a/layoutopt/libs/uix/src/Android.mk b/layoutopt/libs/uix/src/Android.mk index 65abcbc..c41b09e 100644 --- a/layoutopt/libs/uix/src/Android.mk +++ b/layoutopt/libs/uix/src/Android.mk @@ -8,6 +8,6 @@ LOCAL_JAVA_RESOURCE_DIRS := resources LOCAL_MODULE := uix LOCAL_JAVA_LIBRARIES := \ - groovy-all-1.6.5 + groovy-all-1.7.0 include $(BUILD_HOST_JAVA_LIBRARY) -- cgit v1.1