|
@@ -70,9 +70,6 @@ ext {
|
|
|
fidoVersion = "4.1.0"
|
|
|
|
|
|
ciBuild = System.getenv("CI") == "true"
|
|
|
-
|
|
|
- // allows for -D pre-dex=false to be set
|
|
|
- preDexEnabled = "true" == System.getProperty("pre-dex", "true")
|
|
|
}
|
|
|
|
|
|
repositories {
|
|
@@ -100,8 +97,6 @@ for (TaskExecutionRequest tr : getGradle().getStartParameter().getTaskRequests()
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-
|
|
|
android {
|
|
|
lintOptions {
|
|
|
checkGeneratedSources = true
|
|
@@ -190,11 +185,6 @@ android {
|
|
|
// adapt structure from Eclipse to Gradle/Android Studio expectations;
|
|
|
// see http://tools.android.com/tech-docs/new-build-system/user-guide#TOC-Configuring-the-Structure
|
|
|
|
|
|
- dexOptions {
|
|
|
- // Skip pre-dexing when running on CI or when disabled via -D pre-dex=false.
|
|
|
- preDexLibraries = preDexEnabled && !ciBuild
|
|
|
- }
|
|
|
-
|
|
|
packagingOptions {
|
|
|
exclude 'META-INF/LICENSE.txt'
|
|
|
exclude 'META-INF/LICENSE'
|