From 5fbdf05987aa3e1452a57f5ce6e65dfa5f54e14a Mon Sep 17 00:00:00 2001 From: Mariotaku Lee Date: Sat, 12 Mar 2016 14:48:26 +0800 Subject: [PATCH] updated library patch --- .../patches/remove_closed_source_dependencies.patch | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/twidere/patches/remove_closed_source_dependencies.patch b/twidere/patches/remove_closed_source_dependencies.patch index 40343a974..2e8673511 100644 --- a/twidere/patches/remove_closed_source_dependencies.patch +++ b/twidere/patches/remove_closed_source_dependencies.patch @@ -3,9 +3,9 @@ IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== ---- twidere/build.gradle (revision e38aef1080b30bdd8c4cb306d8a66d2ced601268) +--- twidere/build.gradle (date 1457765207000) +++ twidere/build.gradle (revision ) -@@ -1,13 +1,13 @@ +@@ -1,17 +1,17 @@ import fr.avianey.androidsvgdrawable.gradle.SvgDrawableTask apply plugin: 'com.android.application' @@ -21,6 +21,11 @@ Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP } dependencies { +- classpath 'io.fabric.tools:gradle:1.21.5' ++// classpath 'io.fabric.tools:gradle:1.21.5' + } + } + @@ -41,7 +41,7 @@ } @@ -44,11 +49,11 @@ Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP compile project(':twidere.component.nyan') - googleCompile 'com.google.android.gms:play-services-maps:8.4.0' -- googleCompile 'com.google.maps.android:android-maps-utils:0.4' +- googleCompile 'com.google.maps.android:android-maps-utils:0.4.3' - googleCompile('com.crashlytics.sdk.android:crashlytics:2.5.5@aar') { transitive = true } - googleCompile ':YouTubeAndroidPlayerApi:1.2.2@jar' +// googleCompile 'com.google.android.gms:play-services-maps:8.4.0' -+// googleCompile 'com.google.maps.android:android-maps-utils:0.4' ++// googleCompile 'com.google.maps.android:android-maps-utils:0.4.3' +// googleCompile('com.crashlytics.sdk.android:crashlytics:2.5.5@aar') { transitive = true } +// googleCompile ':YouTubeAndroidPlayerApi:1.2.2@jar'