blob: 18b0ea26796fc7aed507ceb07413e8600cffc909 [file] [log] [blame]
Yigit Boyar35e303e2015-01-09 10:43:24 -08001ext.kotlinVersion = '0.10.195'
Yigit Boyar840f0ce2014-12-12 16:45:00 -08002ext.releaseVersion = "0.3"
3ext.snapshotVersion = "0.3-SNAPSHOT"
Yigit Boyar5bf37002015-02-02 16:55:54 -08004ext.androidPluginVersion = "1.0.0"
Yigit Boyar895b6182015-03-11 17:05:50 -07005ext.javaTargetCompatibility = 1.6
6ext.javaSourceCompatibility = 1.6
Yigit Boyar840f0ce2014-12-12 16:45:00 -08007
8subprojects {
9 group = 'com.android.databinding'
10 version = '0.3-SNAPSHOT'
11 repositories {
12 mavenLocal()
13 mavenCentral()
14 }
15}