Index: twidere/build.gradle IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== --- twidere/build.gradle (date 1458317043000) +++ twidere/build.gradle (revision ) @@ -1,17 +1,17 @@ import fr.avianey.androidsvgdrawable.gradle.SvgDrawableTask apply plugin: 'com.android.application' -apply plugin: 'io.fabric' +//apply plugin: 'io.fabric' apply plugin: 'com.neenbedankt.android-apt' apply plugin: 'androidsvgdrawable' buildscript { repositories { - maven { url 'https://maven.fabric.io/public' } +// maven { url 'https://maven.fabric.io/public' } } dependencies { - classpath 'io.fabric.tools:gradle:1.21.5' +// classpath 'io.fabric.tools:gradle:1.21.5' } } @@ -41,7 +41,7 @@ } productFlavors { - google {} +// google {} fdroid {} } buildTypes { @@ -68,7 +68,7 @@ repositories { maven { url 'https://s3.amazonaws.com/repo.commonsware.com' } - maven { url 'https://maven.fabric.io/public' } +// maven { url 'https://maven.fabric.io/public' } flatDir { dirs "$projectDir/lib" } } @@ -87,15 +87,15 @@ transitive = true } // compile 'pl.droidsonroids.gif:android-gif-drawable:1.1.7' - + compile project(':twidere.component.common') compile project(':twidere.component.nyan') - googleCompile 'com.google.android.gms:play-services-maps:8.4.0' - googleCompile 'com.google.maps.android:android-maps-utils:0.4.3' - googleCompile('com.crashlytics.sdk.android:crashlytics:2.5.5@aar') { transitive = true } - googleCompile ':YouTubeAndroidPlayerApi:1.2.2@jar' +// googleCompile 'com.google.android.gms:play-services-maps:8.4.0' +// googleCompile 'com.google.maps.android:android-maps-utils:0.4.3' +// googleCompile('com.crashlytics.sdk.android:crashlytics:2.5.5@aar') { transitive = true } +// googleCompile ':YouTubeAndroidPlayerApi:1.2.2@jar' fdroidCompile 'org.osmdroid:osmdroid-android:5.1' \ No newline at end of file