updated library patch

This commit is contained in:
Mariotaku Lee 2016-03-12 14:48:26 +08:00
parent 134f9b0182
commit 5fbdf05987
1 changed files with 9 additions and 4 deletions

View File

@ -3,9 +3,9 @@ IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8 <+>UTF-8
=================================================================== ===================================================================
--- twidere/build.gradle (revision e38aef1080b30bdd8c4cb306d8a66d2ced601268) --- twidere/build.gradle (date 1457765207000)
+++ twidere/build.gradle (revision ) +++ twidere/build.gradle (revision )
@@ -1,13 +1,13 @@ @@ -1,17 +1,17 @@
import fr.avianey.androidsvgdrawable.gradle.SvgDrawableTask import fr.avianey.androidsvgdrawable.gradle.SvgDrawableTask
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
@ -21,6 +21,11 @@ Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
} }
dependencies { dependencies {
- classpath 'io.fabric.tools:gradle:1.21.5'
+// classpath 'io.fabric.tools:gradle:1.21.5'
}
}
@@ -41,7 +41,7 @@ @@ -41,7 +41,7 @@
} }
@ -44,11 +49,11 @@ Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
compile project(':twidere.component.nyan') compile project(':twidere.component.nyan')
- googleCompile 'com.google.android.gms:play-services-maps:8.4.0' - googleCompile 'com.google.android.gms:play-services-maps:8.4.0'
- googleCompile 'com.google.maps.android:android-maps-utils:0.4' - 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.5.5@aar') { transitive = true }
- googleCompile ':YouTubeAndroidPlayerApi:1.2.2@jar' - googleCompile ':YouTubeAndroidPlayerApi:1.2.2@jar'
+// googleCompile 'com.google.android.gms:play-services-maps:8.4.0' +// googleCompile 'com.google.android.gms:play-services-maps:8.4.0'
+// googleCompile 'com.google.maps.android:android-maps-utils:0.4' +// 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.5.5@aar') { transitive = true }
+// googleCompile ':YouTubeAndroidPlayerApi:1.2.2@jar' +// googleCompile ':YouTubeAndroidPlayerApi:1.2.2@jar'