SetupWizardLibrary/tools/gradle/android.properties
Colin Cross 46216d0e61 Revert "Changes needed to upgrade to new gradle version"
This reverts commit ba1332d1b4.

Reason for revert: Broke taimen builds in master

Change-Id: Iffffadbacae8c6c69907dcecc447f958cf6ce909
2017-12-13 02:48:52 +00:00

16 lines
508 B
INI

// Set the default SDK and build tools version for all apps
compileSdkVersion 26
buildToolsVersion = '26.0.0'
// 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