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

78 lines
3.1 KiB
Diff
Raw Normal View History

Index: twidere/build.gradle
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
2017-08-14 12:38:33 +08:00
--- twidere/build.gradle (revision b337495c8a0c3aa9524f31b28123ca87dbf65ab5)
2017-06-20 09:44:12 +08:00
+++ twidere/build.gradle (revision )
2017-08-07 10:55:58 +08:00
@@ -7,7 +7,7 @@
2016-05-14 11:06:12 +08:00
apply plugin: 'androidsvgdrawable'
2016-05-14 11:06:12 +08:00
// START Non-FOSS component
2017-03-15 17:19:35 +08:00
-apply plugin: 'com.github.triplet.play'
+//apply plugin: 'com.github.triplet.play'
2016-05-14 11:06:12 +08:00
// END Non-FOSS component
2016-02-13 15:29:51 +08:00
buildscript {
2017-08-07 10:55:58 +08:00
@@ -24,8 +24,8 @@
2017-06-20 09:44:12 +08:00
}
2016-05-14 11:06:12 +08:00
// START Non-FOSS component
2017-06-20 09:44:12 +08:00
- classpath "com.github.triplet.gradle:play-publisher:${pluginVersions['PlayPublisher']}"
- classpath "com.google.gms:google-services:${pluginVersions['PlayServices']}"
+// classpath "com.github.triplet.gradle:play-publisher:${pluginVersions['PlayPublisher']}"
+// classpath "com.google.gms:google-services:${pluginVersions['PlayServices']}"
2016-05-14 11:06:12 +08:00
// END Non-FOSS component
2017-06-20 09:44:12 +08:00
}
}
2017-08-14 12:38:33 +08:00
@@ -53,9 +53,9 @@
productFlavors {
2016-05-14 11:06:12 +08:00
// START Non-FOSS component
2017-08-14 12:38:33 +08:00
- google {
- dimension 'channel'
- }
+// google {
+// dimension 'channel'
+// }
2016-05-14 11:06:12 +08:00
// END Non-FOSS component
2017-08-14 12:38:33 +08:00
fdroid {
dimension 'channel'
@@ -102,14 +102,14 @@
implementation project(':twidere.component.nyan')
2016-02-13 15:29:51 +08:00
2016-05-14 11:06:12 +08:00
// START Non-FOSS component
2017-08-14 12:38:33 +08:00
- googleImplementation "com.google.android.gms:play-services-maps:${libVersions['PlayServices']}"
- googleImplementation "com.google.android.gms:play-services-auth:${libVersions['PlayServices']}"
- googleImplementation "com.google.maps.android:android-maps-utils:${libVersions['MapsUtils']}"
- googleImplementation "com.anjlab.android.iab.v3:library:${libVersions['IABv3']}"
- googleImplementation "com.dropbox.core:dropbox-core-sdk:${libVersions['DropboxCoreSdk']}"
- googleImplementation("com.google.apis:google-api-services-drive:${libVersions['GoogleDriveApi']}") {
2017-01-22 14:57:39 +08:00
- exclude group: 'org.apache.httpcomponents'
- }
2017-08-14 12:38:33 +08:00
+// googleImplementation "com.google.android.gms:play-services-maps:${libVersions['PlayServices']}"
+// googleImplementation "com.google.android.gms:play-services-auth:${libVersions['PlayServices']}"
+// googleImplementation "com.google.maps.android:android-maps-utils:${libVersions['MapsUtils']}"
+// googleImplementation "com.anjlab.android.iab.v3:library:${libVersions['IABv3']}"
+// googleImplementation "com.dropbox.core:dropbox-core-sdk:${libVersions['DropboxCoreSdk']}"
+// googleImplementation("com.google.apis:google-api-services-drive:${libVersions['GoogleDriveApi']}") {
2017-01-22 14:57:39 +08:00
+// exclude group: 'org.apache.httpcomponents'
+// }
2016-05-14 11:06:12 +08:00
// END Non-FOSS component
2016-02-13 15:29:51 +08:00
2017-08-14 12:38:33 +08:00
fdroidImplementation "org.osmdroid:osmdroid-android:${libVersions['OSMDroid']}"
@@ -240,8 +240,8 @@
2016-05-14 11:06:12 +08:00
}
2016-02-13 15:29:51 +08:00
2017-03-15 17:19:35 +08:00
// START Non-FOSS component
-play {
- jsonFile = rootProject.file('private/google_play_publish.json')
- track = 'beta'
-}
+//play {
+// jsonFile = rootProject.file('private/google_play_publish.json')
+// track = 'beta'
+//}
// END Non-FOSS component
2017-06-20 09:44:12 +08:00
\ No newline at end of file