databinding.properties revision 8b8eb28e6a043b6914f8561147ac1a3e7c0bc59d
1# global settings for projects
2kotlinVersion = 1.0.0-beta-4584
3extensionsVersion = 1.0-rc5
4# we use a public plugin so that it does not need data binding while compiling library
5androidPublicPluginVersion= 1.5.0
6javaTargetCompatibility = 1.6
7javaSourceCompatibility = 1.6
8buildToolsVersion = 22.0.1
9compileSdkVersionStr = 23
10prebuildFolderName=prebuilds
11group=com.android.databinding
12testGroup=com.android.databinding.test
13eapOutFolderName=data-binding-eap
14licenseName=The Apache Software License, Version 2.0
15licenseUrl=http://www.apache.org/licenses/LICENSE-2.0.txt
16licenseDistribution=repo
17
18# use these two properties to change the target of rebuildRepo task.
19# e.g. If the maven repo folder is at /Volumes/ssd/src/maven-repo
20# mavenRepoAbsolutePath is /Volumes/ssd/src and mavenRepoName is maven-repo
21mavenRepoAbsolutePath=.
22mavenRepoName=maven-repo
23internalPrebuiltsRepoName=internal-prebuilts
24extraPluginsVersion=1.1
25androidGradlePluginOutRepo=out/repo
26