summaryrefslogtreecommitdiff
path: root/databinding.properties
diff options
context:
space:
mode:
authorYigit Boyar <yboyar@google.com>2015-10-07 13:37:23 -0700
committerYigit Boyar <yboyar@google.com>2015-10-07 13:44:56 -0700
commitfd8342a51a96282df315cd27055ba539e89a8c9e (patch)
tree091a7001896fe75286e672e64cfedfd10e143226 /databinding.properties
parent8510dab6a17ccd59a2a9cbc07f900dfc2f11ff2b (diff)
downloaddata-binding-fd8342a51a96282df315cd27055ba539e89a8c9e.tar.gz
Report syntax errors even though Antlr can recover
This CL makes Antlr parser more strict by not allowing errors. Antlr usually tries to recover from these errors but thats not what we really want for this use case. This CL also updates version codes to rc4 since rc3 is already out. Change-Id: I0d305e06a6cdcbae2f37573c3c6ae4233cdd7958
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 844231b1..737324ed 100644
--- a/databinding.properties
+++ b/databinding.properties
@@ -1,7 +1,7 @@
# global settings for projects
kotlinVersion = 0.13.1514
-version = 1.0-rc3-SNAPSHOT
-releaseVersion = 1.0-rc3
+version = 1.0-rc4-SNAPSHOT
+releaseVersion = 1.0-rc4
androidPluginVersion = 1.4.0-beta5
javaTargetCompatibility = 1.7
javaSourceCompatibility = 1.7