blob: 3c945c68a3eb14ea67158db57681e36ba507ac2c [file] [log] [blame]
Yigit Boyar84145342014-12-12 15:15:25 -08001ext.kotlinVersion = '0.9.206'
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}