summaryrefslogtreecommitdiff
path: root/compilerCommon
diff options
context:
space:
mode:
authorYigit Boyar <yboyar@google.com>2015-07-10 09:03:05 -0700
committerYigit Boyar <yboyar@google.com>2015-07-10 12:47:28 -0700
commit63d478953393b1a2ea3b68d298b1d5fc64542e7b (patch)
tree686b290f45871b6fcf6e9cdfaf4c6ab0f19e36f3 /compilerCommon
parentfb595334b2f1cfe69823335b6a239c75ad87c103 (diff)
downloaddata-binding-63d478953393b1a2ea3b68d298b1d5fc64542e7b.tar.gz
Set version to rc1 and also update kotlin version
This CL also adds a bintray plugin to easily upload artifacts to bintray. The plugin is a separate project (because main project depends on it) so I've committed it as a prebuilt since it is unlikely to change. Change-Id: I801b334e40bfb49a18bf7190e5100e0910a606a2
Diffstat (limited to 'compilerCommon')
-rw-r--r--compilerCommon/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerCommon/build.gradle b/compilerCommon/build.gradle
index bc59c721..4a5577c9 100644
--- a/compilerCommon/build.gradle
+++ b/compilerCommon/build.gradle
@@ -15,7 +15,7 @@
*/
apply plugin: 'java'
-
+apply plugin: 'com.android.databinding.bintray'
sourceCompatibility = config.javaTargetCompatibility
targetCompatibility = config.javaSourceCompatibility