summaryrefslogtreecommitdiff
path: root/tools/gradle/android.properties
blob: c4f1f4bb6c4a29c09e5c727080268d22dc310989 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Set the default SDK and build tools version for all apps
compileSdkVersion 23
buildToolsVersion = '23.0.2'

// enable Java7
compileOptions.sourceCompatibility JavaVersion.VERSION_1_7
compileOptions.targetCompatibility JavaVersion.VERSION_1_7

// Don't build tests for android-library or android plugin
// unless explicitly enabled
buildTests = false

// There are so many lint errors at the time being (even in the support libs)
// that we need to disable them here for now
lintOptions.abortOnError false