mirror of
https://github.com/TwidereProject/Twidere-Android
synced 2024-12-12 08:36:14 +01:00
78 lines
3.1 KiB
Diff
78 lines
3.1 KiB
Diff
Index: twidere/build.gradle
|
|
IDEA additional info:
|
|
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
|
|
<+>UTF-8
|
|
===================================================================
|
|
--- twidere/build.gradle (revision b337495c8a0c3aa9524f31b28123ca87dbf65ab5)
|
|
+++ twidere/build.gradle (revision )
|
|
@@ -7,7 +7,7 @@
|
|
apply plugin: 'androidsvgdrawable'
|
|
|
|
// START Non-FOSS component
|
|
-apply plugin: 'com.github.triplet.play'
|
|
+//apply plugin: 'com.github.triplet.play'
|
|
// END Non-FOSS component
|
|
|
|
buildscript {
|
|
@@ -24,8 +24,8 @@
|
|
}
|
|
|
|
// START Non-FOSS component
|
|
- 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']}"
|
|
// END Non-FOSS component
|
|
}
|
|
}
|
|
@@ -53,9 +53,9 @@
|
|
|
|
productFlavors {
|
|
// START Non-FOSS component
|
|
- google {
|
|
- dimension 'channel'
|
|
- }
|
|
+// google {
|
|
+// dimension 'channel'
|
|
+// }
|
|
// END Non-FOSS component
|
|
fdroid {
|
|
dimension 'channel'
|
|
@@ -102,14 +102,14 @@
|
|
implementation project(':twidere.component.nyan')
|
|
|
|
// START Non-FOSS component
|
|
- 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']}") {
|
|
- exclude group: 'org.apache.httpcomponents'
|
|
- }
|
|
+// 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']}") {
|
|
+// exclude group: 'org.apache.httpcomponents'
|
|
+// }
|
|
// END Non-FOSS component
|
|
|
|
fdroidImplementation "org.osmdroid:osmdroid-android:${libVersions['OSMDroid']}"
|
|
@@ -240,8 +240,8 @@
|
|
}
|
|
|
|
// 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
|
|
\ No newline at end of file
|