From 41e19a3ce172ed6d08723e6e5833221e6989a07d Mon Sep 17 00:00:00 2001 From: Mariotaku Lee Date: Fri, 9 Sep 2016 13:10:24 +0800 Subject: [PATCH] updated patches --- .../patches/remove_closed_source_dependencies.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/twidere/patches/remove_closed_source_dependencies.patch b/twidere/patches/remove_closed_source_dependencies.patch index 318c88de6..9437a2751 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 1471690750000) +--- twidere/build.gradle (date 1473397693000) +++ twidere/build.gradle (revision ) @@ -6,7 +6,7 @@ apply plugin: 'androidsvgdrawable' @@ -54,18 +54,18 @@ Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP // START Non-FOSS component - googleCompile 'com.google.android.gms:play-services-maps:9.4.0' - googleCompile 'com.google.android.gms:play-services-auth:9.4.0' -- googleCompile 'com.google.maps.android:android-maps-utils:0.4.3' +- googleCompile 'com.google.maps.android:android-maps-utils:0.4.4' - googleCompile('com.crashlytics.sdk.android:crashlytics:2.6.2@aar') { transitive = true } - googleCompile ':YouTubeAndroidPlayerApi:1.2.2@jar' +// googleCompile 'com.google.android.gms:play-services-maps:9.4.0' +// googleCompile 'com.google.android.gms:play-services-auth:9.4.0' -+// googleCompile 'com.google.maps.android:android-maps-utils:0.4.3' ++// googleCompile 'com.google.maps.android:android-maps-utils:0.4.4' +// googleCompile('com.crashlytics.sdk.android:crashlytics:2.6.2@aar') { transitive = true } +// googleCompile ':YouTubeAndroidPlayerApi:1.2.2@jar' // END Non-FOSS component - fdroidCompile 'org.osmdroid:osmdroid-android:5.2' -@@ -203,5 +203,5 @@ + fdroidCompile 'org.osmdroid:osmdroid-android:5.4' +@@ -209,5 +209,5 @@ } // START Non-FOSS component