Skip to content

Commit

Permalink
fixed patches
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Aug 7, 2017
1 parent 892f683 commit e982b26
Showing 1 changed file with 6 additions and 33 deletions.
39 changes: 6 additions & 33 deletions twidere/patches/remove_closed_source_dependencies.patch
Original file line number Diff line number Diff line change
Expand Up @@ -3,41 +3,29 @@ IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- twidere/build.gradle (date 1497922956000)
--- twidere/build.gradle (revision 892f68358e70e43bbb2a3bf50b39f7371c5c4671)
+++ twidere/build.gradle (revision )
@@ -7,15 +7,15 @@
@@ -7,7 +7,7 @@
apply plugin: 'androidsvgdrawable'

// START Non-FOSS component
-apply plugin: 'io.fabric'
-apply plugin: 'com.github.triplet.play'
+//apply plugin: 'io.fabric'
+//apply plugin: 'com.github.triplet.play'
// END Non-FOSS component

buildscript {
repositories {
jcenter()
// START Non-FOSS component
- maven { url 'https://maven.fabric.io/public' }
+// maven { url 'https://maven.fabric.io/public' }
// END Non-FOSS component
}

@@ -28,9 +28,9 @@
@@ -24,8 +24,8 @@
}

// START Non-FOSS component
- classpath "io.fabric.tools:gradle:${pluginVersions['Fabric']}"
- classpath "com.github.triplet.gradle:play-publisher:${pluginVersions['PlayPublisher']}"
- classpath "com.google.gms:google-services:${pluginVersions['PlayServices']}"
+// classpath "io.fabric.tools:gradle:${pluginVersions['Fabric']}"
+// classpath "com.github.triplet.gradle:play-publisher:${pluginVersions['PlayPublisher']}"
+// classpath "com.google.gms:google-services:${pluginVersions['PlayServices']}"
// END Non-FOSS component
}
}
@@ -56,7 +56,7 @@
@@ -51,7 +51,7 @@

productFlavors {
// START Non-FOSS component
Expand All @@ -46,25 +34,13 @@ Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
// END Non-FOSS component
fdroid {}
}
@@ -88,7 +88,7 @@
mavenLocal()
maven { url 'https://s3.amazonaws.com/repo.commonsware.com' }
// START Non-FOSS component
- maven { url 'https://maven.fabric.io/public' }
+// maven { url 'https://maven.fabric.io/public' }
// END Non-FOSS component
flatDir { dirs "$projectDir/lib" }
}
@@ -104,17 +104,17 @@
@@ -96,14 +96,14 @@
compile project(':twidere.component.nyan')

// START Non-FOSS component
- googleCompile "com.google.android.gms:play-services-maps:${libVersions['PlayServices']}"
- googleCompile "com.google.android.gms:play-services-auth:${libVersions['PlayServices']}"
- googleCompile "com.google.maps.android:android-maps-utils:${libVersions['MapsUtils']}"
- googleCompile("com.crashlytics.sdk.android:crashlytics:${libVersions['Crashlyrics']}@aar") {
- transitive = true
- }
- googleCompile "com.anjlab.android.iab.v3:library:${libVersions['IABv3']}"
- googleCompile "com.dropbox.core:dropbox-core-sdk:${libVersions['DropboxCoreSdk']}"
- googleCompile("com.google.apis:google-api-services-drive:${libVersions['GoogleDriveApi']}") {
Expand All @@ -73,9 +49,6 @@ Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
+// googleCompile "com.google.android.gms:play-services-maps:${libVersions['PlayServices']}"
+// googleCompile "com.google.android.gms:play-services-auth:${libVersions['PlayServices']}"
+// googleCompile "com.google.maps.android:android-maps-utils:${libVersions['MapsUtils']}"
+// googleCompile("com.crashlytics.sdk.android:crashlytics:${libVersions['Crashlyrics']}@aar") {
+// transitive = true
+// }
+// googleCompile "com.anjlab.android.iab.v3:library:${libVersions['IABv3']}"
+// googleCompile "com.dropbox.core:dropbox-core-sdk:${libVersions['DropboxCoreSdk']}"
+// googleCompile("com.google.apis:google-api-services-drive:${libVersions['GoogleDriveApi']}") {
Expand All @@ -84,7 +57,7 @@ Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
// END Non-FOSS component

fdroidCompile "org.osmdroid:osmdroid-android:${libVersions['OSMDroid']}"
@@ -243,8 +243,8 @@
@@ -231,8 +231,8 @@
}

// START Non-FOSS component
Expand Down

0 comments on commit e982b26

Please sign in to comment.