summaryrefslogtreecommitdiff
path: root/databinding.properties
diff options
context:
space:
mode:
authorYigit Boyar <yboyar@google.com>2015-05-16 15:42:45 -0700
committerYigit Boyar <yboyar@google.com>2015-05-18 13:32:28 -0700
commit9399cb4e3d86a88507fb06ad57661105b1eaa69a (patch)
tree4c686452cbb3162437d1326b2224c4f8ecdf72a2 /databinding.properties
parent17cfa0bf8bf0b35f36f13f7dfb561856d9ad8420 (diff)
downloaddata-binding-9399cb4e3d86a88507fb06ad57661105b1eaa69a.tar.gz
Configure dependencies using the plugin
This CL changes gradle plugin to automatically include necessary dependencies for data binding. This way, just applying data binding to a project will be sufficient. I've also updated version to .9 to get ready for preview release Bug: 21262586 Change-Id: I12ba64915e69b383b507d155c1a16267356e059b
Diffstat (limited to 'databinding.properties')
-rw-r--r--databinding.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/databinding.properties b/databinding.properties
index 939f2692..b5cdd099 100644
--- a/databinding.properties
+++ b/databinding.properties
@@ -1,8 +1,8 @@
# global settings for projects
kotlinVersion = 0.11.91
-releaseVersion = 0.3
-snapshotVersion = 0.3-SNAPSHOT
-androidPluginVersion = 1.0.1
+version = 0.9
+releaseVersion = 0.9
+androidPluginVersion = 1.1.3
javaTargetCompatibility = 1.6
javaSourceCompatibility = 1.6
mavenRepoName=maven-repo