blob: d0c3576c229745d163b49671d2fe16f2f5b99bca [file] [log] [blame]
Yigit Boyare421e292015-03-13 12:57:48 -07001# global settings for projects
2kotlinVersion = 0.10.195
3releaseVersion = 0.3
4snapshotVersion = 0.3-SNAPSHOT
5androidPluginVersion = 1.0.1
6javaTargetCompatibility = 1.6
7javaSourceCompatibility = 1.6
8mavenRepoName=maven-repo
Yigit Boyara6e45832015-03-13 15:58:53 -07009group=com.android.databinding
10testGroup=com.android.databinding.test
11