mirror of
https://github.com/moparisthebest/Conversations
synced 2025-02-20 04:31:49 -05:00
Revert "disable predexing on travis"
This reverts commit ad063d00ccbfc4a9c72c707d11b13a2da0912d28.
This commit is contained in:
parent
ad063d00cc
commit
20eebe638b
@ -16,4 +16,4 @@ android:
|
|||||||
licenses:
|
licenses:
|
||||||
- '.+'
|
- '.+'
|
||||||
script:
|
script:
|
||||||
- ./gradlew assembleFreeRelease -PdisablePreDex
|
- ./gradlew assembleFreeRelease
|
||||||
|
@ -106,14 +106,6 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
project.plugins.whenPluginAdded { plugin ->
|
|
||||||
if ("com.android.build.gradle.AppPlugin".equals(plugin.class.name)) {
|
|
||||||
project.android.dexOptions.preDexLibraries = !project.hasProperty('disablePreDex')
|
|
||||||
} else if ("com.android.build.gradle.LibraryPlugin".equals(plugin.class.name)) {
|
|
||||||
project.android.dexOptions.preDexLibraries = !project.hasProperty('disablePreDex')
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
packagingOptions {
|
packagingOptions {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user