1
0
mirror of https://github.com/TwidereProject/Twidere-Android synced 2024-12-20 04:33:08 +01:00
Twidere-App-Android-Twitter.../twidere/patches/remove_closed_source_dependencies.patch
2016-03-09 00:38:49 +08:00

58 lines
1.9 KiB
Diff

Index: twidere/build.gradle
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- twidere/build.gradle (revision e38aef1080b30bdd8c4cb306d8a66d2ced601268)
+++ twidere/build.gradle (revision )
@@ -1,13 +1,13 @@
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 {
@@ -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" }
}
@@ -122,10 +122,10 @@
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'
- 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'
+// 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