Yigit Boyar | e421e29 | 2015-03-13 12:57:48 -0700 | [diff] [blame] | 1 | # global settings for projects |
Yigit Boyar | fda1703 | 2015-06-10 16:30:17 -0700 | [diff] [blame] | 2 | kotlinVersion = 0.12.412 |
George Mount | c4a07bd | 2015-06-05 13:37:33 -0700 | [diff] [blame] | 3 | version = 1.0-rc1-SNAPSHOT |
| 4 | releaseVersion = 1.0-rc1-SNAPSHOT |
Yigit Boyar | d8f45ed | 2015-05-22 11:52:01 -0700 | [diff] [blame] | 5 | androidPluginVersion = 1.2.3 |
Yigit Boyar | 0cb9fbb | 2015-06-16 02:25:52 -0700 | [diff] [blame^] | 6 | javaTargetCompatibility = 1.7 |
| 7 | javaSourceCompatibility = 1.7 |
Yigit Boyar | b135633 | 2015-05-21 15:49:58 -0700 | [diff] [blame] | 8 | |
Yigit Boyar | ee75867 | 2015-04-16 15:12:02 -0700 | [diff] [blame] | 9 | prebuildFolderName=prebuilds |
Yigit Boyar | a6e4583 | 2015-03-13 15:58:53 -0700 | [diff] [blame] | 10 | group=com.android.databinding |
| 11 | testGroup=com.android.databinding.test |
Yigit Boyar | c64ae35 | 2015-04-21 14:05:41 -0700 | [diff] [blame] | 12 | eapOutFolderName=data-binding-eap |
Yigit Boyar | b135633 | 2015-05-21 15:49:58 -0700 | [diff] [blame] | 13 | licenseName=The Apache Software License, Version 2.0 |
| 14 | licenseUrl=http://www.apache.org/licenses/LICENSE-2.0.txt |
| 15 | licenseDistribution=repo |
Yigit Boyar | a6e4583 | 2015-03-13 15:58:53 -0700 | [diff] [blame] | 16 | |
Yigit Boyar | b135633 | 2015-05-21 15:49:58 -0700 | [diff] [blame] | 17 | # use these two properties to change the target of rebuildRepo task. |
| 18 | # e.g. If the maven repo folder is at /Volumes/ssd/src/maven-repo |
| 19 | # mavenRepoAbsolutePath is /Volumes/ssd/src and mavenRepoName is maven-repo |
| 20 | mavenRepoAbsolutePath=. |
| 21 | mavenRepoName=maven-repo |