aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaymond Chiu <chiur@google.com>2015-08-04 16:42:30 -0700
committerRaymond Chiu <chiur@google.com>2015-08-04 16:42:30 -0700
commit526ff9dc4160df42db125fc0b17332d85da597df (patch)
treeef0c5c83590c162fd106610a27a9af0af857596a
parent5b30d1ede5b77415894f212f7a07e72f72e1ba23 (diff)
downloadbuildSrc-526ff9dc4160df42db125fc0b17332d85da597df.tar.gz
Update gradle experimental version to 0.3.0-alpha1
Change-Id: Ib24bcaa929f080c4178bc839b48241d0ae429aef
-rw-r--r--base/version.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/version.gradle b/base/version.gradle
index 2041fa4..d55712b 100644
--- a/base/version.gradle
+++ b/base/version.gradle
@@ -1,6 +1,6 @@
project.ext.baseVersion = '24.4.0-alpha1'
project.ext.buildVersion = '1.4.0-alpha1'
-project.ext.experimentalVersion = '0.1.0'
+project.ext.experimentalVersion = '0.3.0-alpha1'
// This counter should be incremented every time the api is changed in not backward-compatible way,
// i.e. it should be incremented from N to N+1 only when the api is changed in a way that existing