databinding.properties revision 34ac07af936daaceb02493675c7de037cdbfc71e
1# global settings for projects
2kotlinVersion = 1.0.0-beta-1103
3version = 1.1
4releaseVersion = 1.1
5extensionsVersion = 1.0-rc5
6# we use a public plugin so that it does not need data binding while compiling library
7androidPublicPluginVersion= 1.5.0
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