summaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorTor Norbye <tnorbye@google.com>2015-04-08 14:42:16 -0700
committerChris Banes <chrisbanes@google.com>2015-05-06 11:49:04 +0100
commit47c59fbbcf7ddf4c2594fc9f2424b3c775211ca0 (patch)
tree2fd19fcf23e9e7380951176047b10c7133f5139f /build.gradle
parent81666c3df9543bbeb320474c57c89b8f865328a1 (diff)
downloadandroid_frameworks_support-47c59fbbcf7ddf4c2594fc9f2424b3c775211ca0.tar.gz
android_frameworks_support-47c59fbbcf7ddf4c2594fc9f2424b3c775211ca0.tar.bz2
android_frameworks_support-47c59fbbcf7ddf4c2594fc9f2424b3c775211ca0.zip
Add public resource definitions for the appcompat library
This CL adds public resources file declarations for the appcompat library, and builds the library with version 1.3.x of the Gradle plugin which will extract the public definitions into the AAR for use by the tools. Change-Id: Ibb4b420c449c0fecda7d3edb00b3a0859f44b20c
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 8f2d7a8bb2..c7479cbafa 100644
--- a/build.gradle
+++ b/build.gradle
@@ -5,7 +5,7 @@ buildscript {
maven { url '../../prebuilts/tools/common/m2/internal' }
}
dependencies {
- classpath 'com.android.tools.build:gradle:1.2.0-rc1'
+ classpath 'com.android.tools.build:gradle:1.3.0-alpha3'
}
}
@@ -172,4 +172,4 @@ subprojects {
FileCollection getAndroidPrebuilt(String apiLevel) {
files("$rootDir/../../prebuilts/sdk/$apiLevel/android.jar")
-} \ No newline at end of file
+}