blob: 25d36cf1802a3a5797b52343e4aa15785f503faf [file] [log] [blame]
Yigit Boyare421e292015-03-13 12:57:48 -07001# global settings for projects
Yigit Boyara3a77322015-10-05 17:05:08 -07002kotlinVersion = 0.13.1514
Yigit Boyarfd8342a2015-10-07 13:37:23 -07003version = 1.0-rc4-SNAPSHOT
4releaseVersion = 1.0-rc4
Yigit Boyar09aeb262015-10-08 16:33:30 -07005androidPluginVersion = 1.4.0-beta6
Yigit Boyar0cb9fbb2015-06-16 02:25:52 -07006javaTargetCompatibility = 1.7
7javaSourceCompatibility = 1.7
Yigit Boyar7d9836f2015-09-14 11:18:21 -07008buildToolsVersion = 22.0.1
George Mountd0bb3f12015-10-14 11:00:29 -07009compileSdkVersionStr = 23
Yigit Boyaree758672015-04-16 15:12:02 -070010prebuildFolderName=prebuilds
Yigit Boyara6e45832015-03-13 15:58:53 -070011group=com.android.databinding
12testGroup=com.android.databinding.test
Yigit Boyarc64ae352015-04-21 14:05:41 -070013eapOutFolderName=data-binding-eap
Yigit Boyarb1356332015-05-21 15:49:58 -070014licenseName=The Apache Software License, Version 2.0
15licenseUrl=http://www.apache.org/licenses/LICENSE-2.0.txt
16licenseDistribution=repo
Yigit Boyara6e45832015-03-13 15:58:53 -070017
Yigit Boyarb1356332015-05-21 15:49:58 -070018# use these two properties to change the target of rebuildRepo task.
19# e.g. If the maven repo folder is at /Volumes/ssd/src/maven-repo
20# mavenRepoAbsolutePath is /Volumes/ssd/src and mavenRepoName is maven-repo
21mavenRepoAbsolutePath=.
Yigit Boyar63d47892015-07-10 09:03:05 -070022mavenRepoName=maven-repo
23extraPluginsRepoName=plugins-repo
Yigit Boyar25731022015-09-11 14:53:54 -070024extraPluginsVersion=1.1