summaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@google.com>2015-03-31 15:12:42 -0700
committerXavier Ducrohet <xav@google.com>2015-03-31 15:12:42 -0700
commit11b839821796e93cffd6712d2c721732d7ff0108 (patch)
treedd6bc7ea7efaf7f08b7340a8e17f8574f697d6f8 /build.gradle
parent2fa1702616d42631a6ff5defece8c4d3e709fca4 (diff)
downloadandroid_frameworks_support-11b839821796e93cffd6712d2c721732d7ff0108.tar.gz
android_frameworks_support-11b839821796e93cffd6712d2c721732d7ff0108.tar.bz2
android_frameworks_support-11b839821796e93cffd6712d2c721732d7ff0108.zip
Update support repo version (22.0.1/13) and add javadoc
Some projects (appcompat, gridlayout, mediarouter) didn't publish a sourcejar artifact. Change-Id: I6fd19552148051ee87b7dcc24f6272548a663b50
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 d364879637..f823456ce6 100644
--- a/build.gradle
+++ b/build.gradle
@@ -9,8 +9,8 @@ buildscript {
}
}
-ext.supportVersion = '22.0.0'
-ext.extraVersion = 12
+ext.supportVersion = '22.0.1'
+ext.extraVersion = 13
ext.supportRepoOut = ''
ext.buildToolsVersion = '21.0.0'
ext.buildNumber = Integer.toString(ext.extraVersion)