Yigit Boyar | e421e29 | 2015-03-13 12:57:48 -0700 | [diff] [blame] | 1 | # global settings for projects |
Yigit Boyar | af146d6 | 2016-01-22 10:33:20 -0800 | [diff] [blame^] | 2 | kotlinVersion = 1.0.0-beta-4584 |
Yigit Boyar | 0b6d118 | 2015-12-04 14:16:04 -0800 | [diff] [blame] | 3 | version = 1.1 |
| 4 | releaseVersion = 1.1 |
George Mount | 34ac07a | 2016-01-19 15:58:03 -0800 | [diff] [blame] | 5 | extensionsVersion = 1.0-rc5 |
Yigit Boyar | 9784c9a | 2015-10-12 18:59:27 -0700 | [diff] [blame] | 6 | # we use a public plugin so that it does not need data binding while compiling library |
Yigit Boyar | e61d1cc | 2015-12-04 14:51:00 -0800 | [diff] [blame] | 7 | androidPublicPluginVersion= 1.5.0 |
Yigit Boyar | 9784c9a | 2015-10-12 18:59:27 -0700 | [diff] [blame] | 8 | javaTargetCompatibility = 1.6 |
| 9 | javaSourceCompatibility = 1.6 |
Yigit Boyar | 7d9836f | 2015-09-14 11:18:21 -0700 | [diff] [blame] | 10 | buildToolsVersion = 22.0.1 |
George Mount | d0bb3f1 | 2015-10-14 11:00:29 -0700 | [diff] [blame] | 11 | compileSdkVersionStr = 23 |
Yigit Boyar | ee75867 | 2015-04-16 15:12:02 -0700 | [diff] [blame] | 12 | prebuildFolderName=prebuilds |
Yigit Boyar | a6e4583 | 2015-03-13 15:58:53 -0700 | [diff] [blame] | 13 | group=com.android.databinding |
| 14 | testGroup=com.android.databinding.test |
Yigit Boyar | c64ae35 | 2015-04-21 14:05:41 -0700 | [diff] [blame] | 15 | eapOutFolderName=data-binding-eap |
Yigit Boyar | b135633 | 2015-05-21 15:49:58 -0700 | [diff] [blame] | 16 | licenseName=The Apache Software License, Version 2.0 |
| 17 | licenseUrl=http://www.apache.org/licenses/LICENSE-2.0.txt |
| 18 | licenseDistribution=repo |
Yigit Boyar | a6e4583 | 2015-03-13 15:58:53 -0700 | [diff] [blame] | 19 | |
Yigit Boyar | b135633 | 2015-05-21 15:49:58 -0700 | [diff] [blame] | 20 | # 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 |
| 23 | mavenRepoAbsolutePath=. |
Yigit Boyar | 63d4789 | 2015-07-10 09:03:05 -0700 | [diff] [blame] | 24 | mavenRepoName=maven-repo |
Yigit Boyar | 9784c9a | 2015-10-12 18:59:27 -0700 | [diff] [blame] | 25 | internalPrebuiltsRepoName=internal-prebuilts |
Yigit Boyar | 2573102 | 2015-09-11 14:53:54 -0700 | [diff] [blame] | 26 | extraPluginsVersion=1.1 |
Yigit Boyar | 9784c9a | 2015-10-12 18:59:27 -0700 | [diff] [blame] | 27 | androidGradlePluginOutRepo=out/repo |