SetupWizardLibrary/tools/gradle/android.properties
Maurice Lam 8ee818ca33 Update SuwLib build version to 23.0.2
Change-Id: Ib0fa01d298d7e3fdc529ead24e913d2de936a602
2016-01-19 17:29:35 -08:00

16 lines
508 B
INI

// 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