Home | History | Annotate | Download | only in data-binding
      1 # global settings for projects
      2 kotlinVersion = 1.0.0
      3 extensionsVersion = 1.1
      4 # we use a public plugin so that it does not need data binding while compiling library
      5 androidPublicPluginVersion= 1.5.0
      6 # java versions for the code that runs on the device
      7 javaTargetCompatibility = 1.6
      8 javaSourceCompatibility = 1.6
      9 # java versions for the code that runs on the host machine
     10 compilerJavaTargetCompatibility = 1.8
     11 compilerJavaSourceCompatibility = 1.8
     12 buildToolsVersion = 22.0.1
     13 compileSdkVersionStr = 23
     14 prebuildFolderName=prebuilds
     15 group=com.android.databinding
     16 testGroup=com.android.databinding.test
     17 eapOutFolderName=data-binding-eap
     18 licenseName=The Apache Software License, Version 2.0
     19 licenseUrl=http://www.apache.org/licenses/LICENSE-2.0.txt
     20 licenseDistribution=repo
     21 
     22 # use these two properties to change the target of rebuildRepo task.
     23 # e.g. If the maven repo folder is at /Volumes/ssd/src/maven-repo
     24 # mavenRepoAbsolutePath is /Volumes/ssd/src and mavenRepoName is maven-repo
     25 mavenRepoAbsolutePath=.
     26 mavenRepoName=maven-repo
     27 internalPrebuiltsRepoName=internal-prebuilts
     28 extraPluginsVersion=1.1
     29 androidGradlePluginOutRepo=out/repo
     30