mirror of
https://github.com/TwidereProject/Twidere-Android
synced 2025-01-07 14:02:14 +01:00
74 lines
2.9 KiB
Diff
74 lines
2.9 KiB
Diff
Index: twidere/build.gradle
|
|
IDEA additional info:
|
|
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
|
|
<+>UTF-8
|
|
===================================================================
|
|
--- twidere/build.gradle (revision 892f68358e70e43bbb2a3bf50b39f7371c5c4671)
|
|
+++ 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
|
|
}
|
|
}
|
|
@@ -51,7 +51,7 @@
|
|
|
|
productFlavors {
|
|
// START Non-FOSS component
|
|
- google {}
|
|
+// google {}
|
|
// END Non-FOSS component
|
|
fdroid {}
|
|
}
|
|
@@ -96,14 +96,14 @@
|
|
compile project(':twidere.component.nyan')
|
|
|
|
// START Non-FOSS component
|
|
- googleCompile "com.google.android.gms:play-services-maps:${libVersions['PlayServices']}"
|
|
- googleCompile "com.google.android.gms:play-services-auth:${libVersions['PlayServices']}"
|
|
- googleCompile "com.google.maps.android:android-maps-utils:${libVersions['MapsUtils']}"
|
|
- googleCompile "com.anjlab.android.iab.v3:library:${libVersions['IABv3']}"
|
|
- googleCompile "com.dropbox.core:dropbox-core-sdk:${libVersions['DropboxCoreSdk']}"
|
|
- googleCompile("com.google.apis:google-api-services-drive:${libVersions['GoogleDriveApi']}") {
|
|
- exclude group: 'org.apache.httpcomponents'
|
|
- }
|
|
+// googleCompile "com.google.android.gms:play-services-maps:${libVersions['PlayServices']}"
|
|
+// googleCompile "com.google.android.gms:play-services-auth:${libVersions['PlayServices']}"
|
|
+// googleCompile "com.google.maps.android:android-maps-utils:${libVersions['MapsUtils']}"
|
|
+// googleCompile "com.anjlab.android.iab.v3:library:${libVersions['IABv3']}"
|
|
+// googleCompile "com.dropbox.core:dropbox-core-sdk:${libVersions['DropboxCoreSdk']}"
|
|
+// googleCompile("com.google.apis:google-api-services-drive:${libVersions['GoogleDriveApi']}") {
|
|
+// exclude group: 'org.apache.httpcomponents'
|
|
+// }
|
|
// END Non-FOSS component
|
|
|
|
fdroidCompile "org.osmdroid:osmdroid-android:${libVersions['OSMDroid']}"
|
|
@@ -231,8 +231,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
|