updated library patch
This commit is contained in:
parent
134f9b0182
commit
5fbdf05987
|
@ -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'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue