blob: b7e355b5493a11edff8bc252f3c740dd7d5aca45 [file] [log] [blame]
Yigit Boyare421e292015-03-13 12:57:48 -07001# global settings for projects
Yigit Boyar60479982016-02-02 11:48:47 -08002kotlinVersion = 1.0.0
George Mountbb4a0332016-02-18 14:33:37 -08003extensionsVersion = 1.1
Yigit Boyar9784c9a2015-10-12 18:59:27 -07004# we use a public plugin so that it does not need data binding while compiling library
Yigit Boyare61d1cc2015-12-04 14:51:00 -08005androidPublicPluginVersion= 1.5.0
Yigit Boyar15b66822016-04-07 15:16:07 -07006# java versions for the code that runs on the device
Yigit Boyar9784c9a2015-10-12 18:59:27 -07007javaTargetCompatibility = 1.6
8javaSourceCompatibility = 1.6
Yigit Boyar15b66822016-04-07 15:16:07 -07009# java versions for the code that runs on the host machine
10compilerJavaTargetCompatibility = 1.8
11compilerJavaSourceCompatibility = 1.8
Yigit Boyar7d9836f2015-09-14 11:18:21 -070012buildToolsVersion = 22.0.1
George Mountd0bb3f12015-10-14 11:00:29 -070013compileSdkVersionStr = 23
Yigit Boyaree758672015-04-16 15:12:02 -070014prebuildFolderName=prebuilds
Yigit Boyara6e45832015-03-13 15:58:53 -070015group=com.android.databinding
16testGroup=com.android.databinding.test
Yigit Boyarc64ae352015-04-21 14:05:41 -070017eapOutFolderName=data-binding-eap
Yigit Boyarb1356332015-05-21 15:49:58 -070018licenseName=The Apache Software License, Version 2.0
19licenseUrl=http://www.apache.org/licenses/LICENSE-2.0.txt
20licenseDistribution=repo
Yigit Boyara6e45832015-03-13 15:58:53 -070021
Yigit Boyarb1356332015-05-21 15:49:58 -070022# use these two properties to change the target of rebuildRepo task.
23# e.g. If the maven repo folder is at /Volumes/ssd/src/maven-repo
24# mavenRepoAbsolutePath is /Volumes/ssd/src and mavenRepoName is maven-repo
25mavenRepoAbsolutePath=.
Yigit Boyar63d47892015-07-10 09:03:05 -070026mavenRepoName=maven-repo
Yigit Boyar9784c9a2015-10-12 18:59:27 -070027internalPrebuiltsRepoName=internal-prebuilts
Yigit Boyar25731022015-09-11 14:53:54 -070028extraPluginsVersion=1.1
Yigit Boyar9784c9a2015-10-12 18:59:27 -070029androidGradlePluginOutRepo=out/repo