summaryrefslogtreecommitdiff
path: root/databinding.properties
diff options
context:
space:
mode:
authorYigit Boyar <yboyar@google.com>2015-12-04 14:16:04 -0800
committerYigit Boyar <yboyar@google.com>2015-12-04 14:16:04 -0800
commit0b6d118e6eeb3bc100fc6a6e66016ab812cb2783 (patch)
treebe4c0e73010016b6fcc94a147dc684e77a1a715d /databinding.properties
parent9eb684f8375efd59c4fd880bd578b470eb273d41 (diff)
downloaddata-binding-0b6d118e6eeb3bc100fc6a6e66016ab812cb2783.tar.gz
Avoid re-reading variables.
This CL fixes a bad code generation where we would set a variable to itself, which breaks if you use a tool like ErrorProne. I've also updated gradle version and data binding versions. Bug: 25077399 Change-Id: I6620faf4cad5fa74dc7c35be03c46c4a76c9cfbc
Diffstat (limited to 'databinding.properties')
-rw-r--r--databinding.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/databinding.properties b/databinding.properties
index dbdbddca..191c2693 100644
--- a/databinding.properties
+++ b/databinding.properties
@@ -1,7 +1,7 @@
# global settings for projects
kotlinVersion = 1.0.0-beta-1103
-version = 1.0
-releaseVersion = 1.0
+version = 1.1
+releaseVersion = 1.1
extensionsVersion = 1.0-rc5
# we use a public plugin so that it does not need data binding while compiling library
androidPublicPluginVersion= 1.4.0-beta2