From bd03437c718da25c0d31b89c57728ac8113fc778 Mon Sep 17 00:00:00 2001 From: Mariotaku Lee Date: Wed, 7 Dec 2016 22:06:32 +0800 Subject: [PATCH] updated patch --- twidere/patches/remove_closed_source_dependencies.patch | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/twidere/patches/remove_closed_source_dependencies.patch b/twidere/patches/remove_closed_source_dependencies.patch index 11e18772c..96ba8a0c2 100644 --- a/twidere/patches/remove_closed_source_dependencies.patch +++ b/twidere/patches/remove_closed_source_dependencies.patch @@ -3,7 +3,7 @@ IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== ---- twidere/build.gradle (date 1481011514000) +--- twidere/build.gradle (revision 2cf8733ba97735a17f9db7890cbac0b5e30d7f00) +++ twidere/build.gradle (revision ) @@ -6,7 +6,7 @@ apply plugin: 'androidsvgdrawable' @@ -48,7 +48,7 @@ Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP // END Non-FOSS component flatDir { dirs "$projectDir/lib" } } -@@ -102,12 +102,12 @@ +@@ -102,13 +102,13 @@ compile project(':twidere.component.nyan') // START Non-FOSS component @@ -57,17 +57,19 @@ Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP - googleCompile 'com.google.maps.android:android-maps-utils:0.4.4' - googleCompile('com.crashlytics.sdk.android:crashlytics:2.6.5@aar') { transitive = true } - googleCompile 'com.anjlab.android.iab.v3:library:1.0.36' +- googleCompile 'com.dropbox.core:dropbox-core-sdk:2.1.2' - googleCompile ':YouTubeAndroidPlayerApi:1.2.2@jar' +// googleCompile 'com.google.android.gms:play-services-maps:10.0.1' +// googleCompile 'com.google.android.gms:play-services-auth:10.0.1' +// googleCompile 'com.google.maps.android:android-maps-utils:0.4.4' +// googleCompile('com.crashlytics.sdk.android:crashlytics:2.6.5@aar') { transitive = true } +// googleCompile 'com.anjlab.android.iab.v3:library:1.0.36' ++// googleCompile 'com.dropbox.core:dropbox-core-sdk:2.1.2' +// googleCompile ':YouTubeAndroidPlayerApi:1.2.2@jar' // END Non-FOSS component fdroidCompile 'org.osmdroid:osmdroid-android:5.5:release@aar' -@@ -212,5 +212,5 @@ +@@ -215,5 +215,5 @@ } // START Non-FOSS component