Loading build.gradle +0 −7 Original line number Diff line number Diff line Loading @@ -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() Loading Loading
build.gradle +0 −7 Original line number Diff line number Diff line Loading @@ -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() Loading