summaryrefslogtreecommitdiff
path: root/databinding.properties
blob: 120a93ee6a1e2ef7d8629e961d81cfcbd82f95ed (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
25
# global settings for projects
kotlinVersion = 1.0.0-beta-4584
extensionsVersion = 1.0-rc5
# we use a public plugin so that it does not need data binding while compiling library
androidPublicPluginVersion= 1.5.0
javaTargetCompatibility = 1.6
javaSourceCompatibility = 1.6
buildToolsVersion = 22.0.1
compileSdkVersionStr = 23
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
internalPrebuiltsRepoName=internal-prebuilts
extraPluginsVersion=1.1
androidGradlePluginOutRepo=out/repo