From 0a5002f10a99b21d196f8818f3a3d11022b5e913 Mon Sep 17 00:00:00 2001 From: Mariotaku Lee Date: Sat, 26 Nov 2016 15:29:45 +0800 Subject: [PATCH] updated patches --- .../remove_closed_source_dependencies.patch | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/twidere/patches/remove_closed_source_dependencies.patch b/twidere/patches/remove_closed_source_dependencies.patch index 0511eb0b1..214a6a727 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 (revision 442e14ce7d81d81ce38fa50077e4ebedb711bc6b) +--- twidere/build.gradle (revision ad4c3268eab10de738146488beee2632e178821d) +++ twidere/build.gradle (revision ) @@ -6,7 +6,7 @@ apply plugin: 'androidsvgdrawable' @@ -25,8 +25,8 @@ Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP dependencies { // START Non-FOSS component -- classpath 'io.fabric.tools:gradle:1.21.7' -+// classpath 'io.fabric.tools:gradle:1.21.7' +- classpath 'io.fabric.tools:gradle:1.22.0' ++// classpath 'io.fabric.tools:gradle:1.22.0' // END Non-FOSS component classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" @@ -52,19 +52,19 @@ Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP compile project(':twidere.component.nyan') // START Non-FOSS component -- googleCompile 'com.google.android.gms:play-services-maps:9.6.1' -- googleCompile 'com.google.android.gms:play-services-auth:9.6.1' +- googleCompile 'com.google.android.gms:play-services-maps:9.8.0' +- googleCompile 'com.google.android.gms:play-services-auth:9.8.0' - googleCompile 'com.google.maps.android:android-maps-utils:0.4.4' -- googleCompile('com.crashlytics.sdk.android:crashlytics:2.6.2@aar') { transitive = true } +- googleCompile('com.crashlytics.sdk.android:crashlytics:2.6.5@aar') { transitive = true } - googleCompile ':YouTubeAndroidPlayerApi:1.2.2@jar' -+// googleCompile 'com.google.android.gms:play-services-maps:9.6.1' -+// googleCompile 'com.google.android.gms:play-services-auth:9.6.1' ++// googleCompile 'com.google.android.gms:play-services-maps:9.8.0' ++// googleCompile 'com.google.android.gms:play-services-auth:9.8.0' +// googleCompile 'com.google.maps.android:android-maps-utils:0.4.4' -+// googleCompile('com.crashlytics.sdk.android:crashlytics:2.6.2@aar') { transitive = true } ++// googleCompile('com.crashlytics.sdk.android:crashlytics:2.6.5@aar') { transitive = true } +// googleCompile ':YouTubeAndroidPlayerApi:1.2.2@jar' // END Non-FOSS component - fdroidCompile 'org.osmdroid:osmdroid-android:5.4:release@aar' + fdroidCompile 'org.osmdroid:osmdroid-android:5.5:release@aar' @@ -209,5 +209,5 @@ }