Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8e352aef authored by cketti's avatar cketti
Browse files

Remove 'disablePreDex' hack

parent 34450491
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -17,13 +17,6 @@ project.ext {
}

subprojects {
    project.plugins.whenPluginAdded { plugin ->
        if ("com.android.build.gradle.AppPlugin".equals(plugin.class.name) ||
                "com.android.build.gradle.LibraryPlugin".equals(plugin.class.name)) {
            project.android.dexOptions.preDexLibraries = !rootProject.hasProperty('disablePreDex')
        }
    }

    repositories {
        jcenter()
        google()