summaryrefslogtreecommitdiff
path: root/databinding.properties
blob: ff9ec0a4fdd2d43cbe3f58b2d65427de4156548c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# global settings for projects
kotlinVersion = 0.13.1514
version = 1.0-rc4-SNAPSHOT
releaseVersion = 1.0-rc4
androidPluginVersion = 1.4.0-beta6
javaTargetCompatibility = 1.7
javaSourceCompatibility = 1.7
buildToolsVersion = 22.0.1
compileSdkVersionStr = 22
prebuildFolderName=prebuilds
group=com.android.databinding
testGroup=com.android.databinding.test
eapOutFolderName=data-binding-eap
licenseName=The Apache Software License, Version 2.0
licenseUrl=http://www.apache.org/licenses/LICENSE-2.0.txt
licenseDistribution=repo

# use these two properties to change the target of rebuildRepo task.
# e.g. If the maven repo folder is at /Volumes/ssd/src/maven-repo
# mavenRepoAbsolutePath is /Volumes/ssd/src and mavenRepoName is maven-repo
mavenRepoAbsolutePath=.
mavenRepoName=maven-repo
extraPluginsRepoName=plugins-repo
extraPluginsVersion=1.1