databinding.properties revision 59229481aec5a284d322a2ca80dff836485feb0c
1# global settings for projects
2kotlinVersion = 1.0.0-beta-1103
3version = 1.0-rc6
4releaseVersion = 1.0-rc6
5extensionsVersion = 1.0-rc3
6# we use a public plugin so that it does not need data binding while compiling library
7androidPublicPluginVersion= 1.4.0-beta2
8javaTargetCompatibility = 1.6
9javaSourceCompatibility = 1.6
10buildToolsVersion = 22.0.1
11compileSdkVersionStr = 23
12prebuildFolderName=prebuilds
13group=com.android.databinding
14testGroup=com.android.databinding.test
15eapOutFolderName=data-binding-eap
16licenseName=The Apache Software License, Version 2.0
17licenseUrl=http://www.apache.org/licenses/LICENSE-2.0.txt
18licenseDistribution=repo
19
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
23mavenRepoAbsolutePath=.
24mavenRepoName=maven-repo
25internalPrebuiltsRepoName=internal-prebuilts
26extraPluginsVersion=1.1
27androidGradlePluginOutRepo=out/repo
28