From a6f99a9c96eb430a1f83950d62595aa68f642bec Mon Sep 17 00:00:00 2001 From: Mariotaku Lee Date: Wed, 29 Jun 2016 09:13:27 +0800 Subject: [PATCH] updated patch --- .../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 75a5e4303..b3740418b 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 1466491391000) +--- twidere/build.gradle (date 1467162711000) +++ twidere/build.gradle (revision ) @@ -5,19 +5,19 @@ apply plugin: 'androidsvgdrawable' @@ -28,7 +28,7 @@ Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP // END Non-FOSS component } } -@@ -49,7 +49,7 @@ +@@ -47,7 +47,7 @@ productFlavors { // START Non-FOSS component @@ -37,7 +37,7 @@ Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP // END Non-FOSS component fdroid {} } -@@ -79,7 +79,7 @@ +@@ -77,7 +77,7 @@ repositories { maven { url 'https://s3.amazonaws.com/repo.commonsware.com' } // START Non-FOSS component @@ -46,7 +46,7 @@ Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP // END Non-FOSS component flatDir { dirs "$projectDir/lib" } } -@@ -105,11 +105,11 @@ +@@ -100,11 +100,11 @@ compile project(':twidere.component.nyan') // START Non-FOSS component @@ -63,7 +63,7 @@ Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP // END Non-FOSS component fdroidCompile 'org.osmdroid:osmdroid-android:5.1' -@@ -204,5 +204,5 @@ +@@ -199,5 +199,5 @@ } // START Non-FOSS component