blob: 717b9a60703208872b494846f40e34bc52e23169 [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"
4
5subprojects {
6 group = 'com.android.databinding'
7 version = '0.3-SNAPSHOT'
8 repositories {
9 mavenLocal()
10 mavenCentral()
11 }
12}