updated patch

This commit is contained in:
Mariotaku Lee 2016-08-20 19:03:16 +08:00
parent f64c706939
commit 7c4c509b3d
1 changed files with 10 additions and 10 deletions

View File

@ -3,7 +3,7 @@ IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- twidere/build.gradle (date 1470755396000)
--- twidere/build.gradle (date 1471690750000)
+++ twidere/build.gradle (revision )
@@ -6,7 +6,7 @@
apply plugin: 'androidsvgdrawable'
@ -25,12 +25,12 @@ Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
dependencies {
// START Non-FOSS component
- classpath 'io.fabric.tools:gradle:1.21.5'
+// classpath 'io.fabric.tools:gradle:1.21.5'
- classpath 'io.fabric.tools:gradle:1.21.7'
+// classpath 'io.fabric.tools:gradle:1.21.7'
// END Non-FOSS component
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
@@ -50,7 +50,7 @@
@@ -51,7 +51,7 @@
productFlavors {
// START Non-FOSS component
@ -39,7 +39,7 @@ Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
// END Non-FOSS component
fdroid {}
}
@@ -80,7 +80,7 @@
@@ -81,7 +81,7 @@
mavenLocal()
maven { url 'https://s3.amazonaws.com/repo.commonsware.com' }
// START Non-FOSS component
@ -48,24 +48,24 @@ Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
// END Non-FOSS component
flatDir { dirs "$projectDir/lib" }
}
@@ -101,11 +101,11 @@
@@ -102,11 +102,11 @@
compile project(':twidere.component.nyan')
// 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.crashlytics.sdk.android:crashlytics:2.5.5@aar') { transitive = true }
- 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.crashlytics.sdk.android:crashlytics:2.5.5@aar') { transitive = true }
+// 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.1'
@@ -201,5 +201,5 @@
fdroidCompile 'org.osmdroid:osmdroid-android:5.2'
@@ -203,5 +203,5 @@
}
// START Non-FOSS component