Home | History | Annotate | Download | only in data-binding
      1 # global settings for projects
      2 kotlinVersion = 1.0.0-beta-4584
      3 extensionsVersion = 1.0-rc5
      4 # we use a public plugin so that it does not need data binding while compiling library
      5 androidPublicPluginVersion= 1.5.0
      6 javaTargetCompatibility = 1.6
      7 javaSourceCompatibility = 1.6
      8 buildToolsVersion = 22.0.1
      9 compileSdkVersionStr = 23
     10 prebuildFolderName=prebuilds
     11 group=com.android.databinding
     12 testGroup=com.android.databinding.test
     13 eapOutFolderName=data-binding-eap
     14 licenseName=The Apache Software License, Version 2.0
     15 licenseUrl=http://www.apache.org/licenses/LICENSE-2.0.txt
     16 licenseDistribution=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
     21 mavenRepoAbsolutePath=.
     22 mavenRepoName=maven-repo
     23 internalPrebuiltsRepoName=internal-prebuilts
     24 extraPluginsVersion=1.1
     25 androidGradlePluginOutRepo=out/repo
     26