diff --git a/build.gradle b/build.gradle index ab876b931..8a03554d4 100644 --- a/build.gradle +++ b/build.gradle @@ -9,12 +9,7 @@ buildscript { dependencies { classpath 'com.github.ben-manes:gradle-versions-plugin:0.14.0' classpath 'com.android.tools.build:gradle:2.3.1' - classpath 'com.google.gms:google-services:3.0.0' classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8' - classpath('fr.avianey.androidsvgdrawable:gradle-plugin:3.0.0') { - // should be excluded to avoid conflict - exclude group: 'xerces' - } // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files } diff --git a/twidere/build.gradle b/twidere/build.gradle index 58731e30b..c6bf2bb8b 100644 --- a/twidere/build.gradle +++ b/twidere/build.gradle @@ -23,10 +23,15 @@ buildscript { // START Non-FOSS component classpath "io.fabric.tools:gradle:${libVersions['FabricPlugin']}" classpath "com.github.triplet.gradle:play-publisher:${libVersions['PlayPublisher']}" + classpath 'com.google.gms:google-services:3.0.0' // END Non-FOSS component classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${libVersions['Kotlin']}" classpath "org.jetbrains.kotlin:kotlin-android-extensions:${libVersions['Kotlin']}" + classpath('fr.avianey.androidsvgdrawable:gradle-plugin:3.0.0') { + // should be excluded to avoid conflict + exclude group: 'xerces' + } } }