Index: twidere/build.gradle IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== --- twidere/build.gradle (revision fe72d897beaeba82ead3128cddb6d7d06cddb54a) +++ twidere/build.gradle (revision ) @@ -7,20 +7,20 @@ apply plugin: 'androidsvgdrawable' // START Non-FOSS component -apply plugin: 'io.fabric' +//apply plugin: 'io.fabric' // END Non-FOSS component buildscript { repositories { jcenter() // START Non-FOSS component - maven { url 'https://maven.fabric.io/public' } +// maven { url 'https://maven.fabric.io/public' } // END Non-FOSS component } dependencies { // START Non-FOSS component - classpath 'io.fabric.tools:gradle:1.22.0' +// classpath 'io.fabric.tools:gradle:1.22.0' // END Non-FOSS component classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" @@ -50,7 +50,7 @@ productFlavors { // START Non-FOSS component - google {} +// google {} // END Non-FOSS component fdroid {} } @@ -80,7 +80,7 @@ mavenLocal() maven { url 'https://s3.amazonaws.com/repo.commonsware.com' } // START Non-FOSS component - maven { url 'https://maven.fabric.io/public' } +// maven { url 'https://maven.fabric.io/public' } // END Non-FOSS component flatDir { dirs "$projectDir/lib" } } @@ -96,14 +96,14 @@ compile project(':twidere.component.nyan') // START Non-FOSS component - googleCompile "com.google.android.gms:play-services-maps:$play_services_version" - googleCompile "com.google.android.gms:play-services-auth:$play_services_version" - googleCompile 'com.google.maps.android:android-maps-utils:0.4.4' - googleCompile('com.crashlytics.sdk.android:crashlytics:2.6.5@aar') { transitive = true } - googleCompile 'com.anjlab.android.iab.v3:library:1.0.38' - googleCompile 'com.dropbox.core:dropbox-core-sdk:2.1.2' - googleCompile ':YouTubeAndroidPlayerApi:1.2.2@jar' - googleCompile 'com.google.apis:google-api-services-drive:v3-rev55-1.22.0' +// googleCompile "com.google.android.gms:play-services-maps:$play_services_version" +// googleCompile "com.google.android.gms:play-services-auth:$play_services_version" +// googleCompile 'com.google.maps.android:android-maps-utils:0.4.4' +// googleCompile('com.crashlytics.sdk.android:crashlytics:2.6.5@aar') { transitive = true } +// googleCompile 'com.anjlab.android.iab.v3:library:1.0.38' +// googleCompile 'com.dropbox.core:dropbox-core-sdk:2.1.2' +// googleCompile ':YouTubeAndroidPlayerApi:1.2.2@jar' +// googleCompile 'com.google.apis:google-api-services-drive:v3-rev55-1.22.0' // END Non-FOSS component fdroidCompile 'org.osmdroid:osmdroid-android:5.5:release@aar' @@ -214,5 +214,5 @@ } // START Non-FOSS component -apply plugin: 'com.google.gms.google-services' +//apply plugin: 'com.google.gms.google-services' // END Non-FOSS component \ No newline at end of file