blob: 4b4b62fc0cc08f6de18f3d4dc84ce13de94f88be [file] [log] [blame]
Yigit Boyare421e292015-03-13 12:57:48 -07001# global settings for projects
Yigit Boyaraf146d62016-01-22 10:33:20 -08002kotlinVersion = 1.0.0-beta-4584
Yigit Boyar0b6d1182015-12-04 14:16:04 -08003version = 1.1
4releaseVersion = 1.1
George Mount34ac07a2016-01-19 15:58:03 -08005extensionsVersion = 1.0-rc5
Yigit Boyar9784c9a2015-10-12 18:59:27 -07006# we use a public plugin so that it does not need data binding while compiling library
Yigit Boyare61d1cc2015-12-04 14:51:00 -08007androidPublicPluginVersion= 1.5.0
Yigit Boyar9784c9a2015-10-12 18:59:27 -07008javaTargetCompatibility = 1.6
9javaSourceCompatibility = 1.6
Yigit Boyar7d9836f2015-09-14 11:18:21 -070010buildToolsVersion = 22.0.1
George Mountd0bb3f12015-10-14 11:00:29 -070011compileSdkVersionStr = 23
Yigit Boyaree758672015-04-16 15:12:02 -070012prebuildFolderName=prebuilds
Yigit Boyara6e45832015-03-13 15:58:53 -070013group=com.android.databinding
14testGroup=com.android.databinding.test
Yigit Boyarc64ae352015-04-21 14:05:41 -070015eapOutFolderName=data-binding-eap
Yigit Boyarb1356332015-05-21 15:49:58 -070016licenseName=The Apache Software License, Version 2.0
17licenseUrl=http://www.apache.org/licenses/LICENSE-2.0.txt
18licenseDistribution=repo
Yigit Boyara6e45832015-03-13 15:58:53 -070019
Yigit Boyarb1356332015-05-21 15:49:58 -070020# use these two properties to change the target of rebuildRepo task.
21# e.g. If the maven repo folder is at /Volumes/ssd/src/maven-repo
22# mavenRepoAbsolutePath is /Volumes/ssd/src and mavenRepoName is maven-repo
23mavenRepoAbsolutePath=.
Yigit Boyar63d47892015-07-10 09:03:05 -070024mavenRepoName=maven-repo
Yigit Boyar9784c9a2015-10-12 18:59:27 -070025internalPrebuiltsRepoName=internal-prebuilts
Yigit Boyar25731022015-09-11 14:53:54 -070026extraPluginsVersion=1.1
Yigit Boyar9784c9a2015-10-12 18:59:27 -070027androidGradlePluginOutRepo=out/repo