1
0
mirror of https://github.com/TwidereProject/Twidere-Android synced 2025-02-08 07:48:45 +01:00
Twidere-App-Android-Twitter.../twidere/patches/remove_closed_source_dependencies.patch

74 lines
2.4 KiB
Diff
Raw Normal View History

Index: twidere/build.gradle
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
2016-06-21 14:44:47 +08:00
--- twidere/build.gradle (date 1466491391000)
+++ twidere/build.gradle (revision )
2016-05-14 11:06:12 +08:00
@@ -5,19 +5,19 @@
apply plugin: 'androidsvgdrawable'
2016-05-14 11:06:12 +08:00
// START Non-FOSS component
-apply plugin: 'io.fabric'
2016-02-13 15:29:51 +08:00
+//apply plugin: 'io.fabric'
2016-05-14 11:06:12 +08:00
// END Non-FOSS component
2016-02-13 15:29:51 +08:00
buildscript {
repositories {
2016-05-14 11:06:12 +08:00
// START Non-FOSS component
- maven { url 'https://maven.fabric.io/public' }
2016-02-13 15:29:51 +08:00
+// maven { url 'https://maven.fabric.io/public' }
2016-05-14 11:06:12 +08:00
// END Non-FOSS component
2016-02-13 15:29:51 +08:00
}
dependencies {
2016-05-14 11:06:12 +08:00
// START Non-FOSS component
2016-03-12 14:48:26 +08:00
- classpath 'io.fabric.tools:gradle:1.21.5'
+// classpath 'io.fabric.tools:gradle:1.21.5'
2016-05-14 11:06:12 +08:00
// END Non-FOSS component
2016-03-12 14:48:26 +08:00
}
}
2016-05-14 11:06:12 +08:00
@@ -49,7 +49,7 @@
productFlavors {
2016-05-14 11:06:12 +08:00
// START Non-FOSS component
- google {}
2016-02-13 15:29:51 +08:00
+// google {}
2016-05-14 11:06:12 +08:00
// END Non-FOSS component
fdroid {}
}
2016-05-14 11:06:12 +08:00
@@ -79,7 +79,7 @@
repositories {
maven { url 'https://s3.amazonaws.com/repo.commonsware.com' }
2016-05-14 11:06:12 +08:00
// START Non-FOSS component
- maven { url 'https://maven.fabric.io/public' }
2016-02-13 15:29:51 +08:00
+// maven { url 'https://maven.fabric.io/public' }
2016-05-14 11:06:12 +08:00
// END Non-FOSS component
flatDir { dirs "$projectDir/lib" }
}
2016-06-21 14:44:47 +08:00
@@ -105,11 +105,11 @@
2016-02-13 15:29:51 +08:00
compile project(':twidere.component.nyan')
2016-05-14 11:06:12 +08:00
// START Non-FOSS component
2016-06-21 14:44:47 +08:00
- googleCompile 'com.google.android.gms:play-services-maps:9.0.2'
- googleCompile 'com.google.android.gms:play-services-auth:9.0.2'
2016-03-12 14:48:26 +08:00
- 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'
2016-06-21 14:44:47 +08:00
+// googleCompile 'com.google.android.gms:play-services-maps:9.0.2'
+// googleCompile 'com.google.android.gms:play-services-auth:9.0.2'
2016-03-12 14:48:26 +08:00
+// googleCompile 'com.google.maps.android:android-maps-utils:0.4.3'
2016-02-13 15:29:51 +08:00
+// googleCompile('com.crashlytics.sdk.android:crashlytics:2.5.5@aar') { transitive = true }
+// googleCompile ':YouTubeAndroidPlayerApi:1.2.2@jar'
2016-05-14 11:06:12 +08:00
// END Non-FOSS component
2016-02-13 15:29:51 +08:00
2016-02-08 22:04:07 +08:00
fdroidCompile 'org.osmdroid:osmdroid-android:5.1'
2016-06-21 14:44:47 +08:00
@@ -204,5 +204,5 @@
2016-05-14 11:06:12 +08:00
}
2016-02-13 15:29:51 +08:00
2016-05-14 11:06:12 +08:00
// 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