databinding.properties revision 890b4850c628f04eb75397e427ba7074e4f9c386
1# global settings for projects
2kotlinVersion = 0.13.1513
3version = 1.0-rc3-SNAPSHOT
4releaseVersion = 1.0-rc2
5androidPluginVersion = 1.4.0-beta3
6javaTargetCompatibility = 1.7
7javaSourceCompatibility = 1.7
8buildToolsVersion = 22.0.1
9compileSdkVersionStr = 22
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
23extraPluginsRepoName=plugins-repo
24extraPluginsVersion=1.1
25