Twidere-App-Android-Twitter.../twidere/patches/remove_closed_source_depend...

81 lines
3.0 KiB
Diff
Raw Normal View History

Index: twidere/build.gradle
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
2017-01-20 09:32:26 +01:00
--- twidere/build.gradle (revision fe72d897beaeba82ead3128cddb6d7d06cddb54a)
+++ twidere/build.gradle (revision )
2017-01-19 12:58:26 +01:00
@@ -7,20 +7,20 @@
2016-05-14 05:06:12 +02:00
apply plugin: 'androidsvgdrawable'
2016-05-14 05:06:12 +02:00
// START Non-FOSS component
-apply plugin: 'io.fabric'
2016-02-13 08:29:51 +01:00
+//apply plugin: 'io.fabric'
2016-05-14 05:06:12 +02:00
// END Non-FOSS component
2016-02-13 08:29:51 +01:00
buildscript {
repositories {
2016-06-30 07:13:34 +02:00
jcenter()
2016-05-14 05:06:12 +02:00
// START Non-FOSS component
- maven { url 'https://maven.fabric.io/public' }
2016-02-13 08:29:51 +01:00
+// maven { url 'https://maven.fabric.io/public' }
2016-05-14 05:06:12 +02:00
// END Non-FOSS component
2016-02-13 08:29:51 +01:00
}
dependencies {
2016-05-14 05:06:12 +02:00
// START Non-FOSS component
2016-11-26 08:29:45 +01:00
- classpath 'io.fabric.tools:gradle:1.22.0'
+// classpath 'io.fabric.tools:gradle:1.22.0'
2016-05-14 05:06:12 +02:00
// END Non-FOSS component
2016-06-30 07:13:34 +02:00
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
2017-01-19 12:58:26 +01:00
@@ -50,7 +50,7 @@
productFlavors {
2016-05-14 05:06:12 +02:00
// START Non-FOSS component
- google {}
2016-02-13 08:29:51 +01:00
+// google {}
2016-05-14 05:06:12 +02:00
// END Non-FOSS component
fdroid {}
}
2017-01-19 12:58:26 +01:00
@@ -80,7 +80,7 @@
2016-06-30 07:13:34 +02:00
mavenLocal()
maven { url 'https://s3.amazonaws.com/repo.commonsware.com' }
2016-05-14 05:06:12 +02:00
// START Non-FOSS component
- maven { url 'https://maven.fabric.io/public' }
2016-02-13 08:29:51 +01:00
+// maven { url 'https://maven.fabric.io/public' }
2016-05-14 05:06:12 +02:00
// END Non-FOSS component
flatDir { dirs "$projectDir/lib" }
}
2017-01-19 12:58:26 +01:00
@@ -96,14 +96,14 @@
2016-02-13 08:29:51 +01:00
compile project(':twidere.component.nyan')
2016-05-14 05:06:12 +02:00
// START Non-FOSS component
2016-12-15 13:17:54 +01:00
- googleCompile "com.google.android.gms:play-services-maps:$play_services_version"
- googleCompile "com.google.android.gms:play-services-auth:$play_services_version"
2016-09-09 07:10:24 +02:00
- googleCompile 'com.google.maps.android:android-maps-utils:0.4.4'
2016-11-26 08:29:45 +01:00
- googleCompile('com.crashlytics.sdk.android:crashlytics:2.6.5@aar') { transitive = true }
2017-01-01 13:03:58 +01:00
- googleCompile 'com.anjlab.android.iab.v3:library:1.0.38'
2016-12-07 15:06:32 +01:00
- googleCompile 'com.dropbox.core:dropbox-core-sdk:2.1.2'
- googleCompile ':YouTubeAndroidPlayerApi:1.2.2@jar'
2017-01-20 09:32:26 +01:00
- googleCompile 'com.google.apis:google-api-services-drive:v3-rev55-1.22.0'
2016-12-15 13:17:54 +01:00
+// googleCompile "com.google.android.gms:play-services-maps:$play_services_version"
+// googleCompile "com.google.android.gms:play-services-auth:$play_services_version"
2016-09-09 07:10:24 +02:00
+// googleCompile 'com.google.maps.android:android-maps-utils:0.4.4'
2016-11-26 08:29:45 +01:00
+// googleCompile('com.crashlytics.sdk.android:crashlytics:2.6.5@aar') { transitive = true }
2017-01-01 13:03:58 +01:00
+// googleCompile 'com.anjlab.android.iab.v3:library:1.0.38'
2016-12-07 15:06:32 +01:00
+// googleCompile 'com.dropbox.core:dropbox-core-sdk:2.1.2'
2016-02-13 08:29:51 +01:00
+// googleCompile ':YouTubeAndroidPlayerApi:1.2.2@jar'
2017-01-20 09:32:26 +01:00
+// googleCompile 'com.google.apis:google-api-services-drive:v3-rev55-1.22.0'
2016-05-14 05:06:12 +02:00
// END Non-FOSS component
2016-02-13 08:29:51 +01:00
2016-11-26 08:29:45 +01:00
fdroidCompile 'org.osmdroid:osmdroid-android:5.5:release@aar'
2017-01-19 12:58:26 +01:00
@@ -214,5 +214,5 @@
2016-05-14 05:06:12 +02:00
}
2016-02-13 08:29:51 +01:00
2016-05-14 05:06:12 +02: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