updated patch

This commit is contained in:
Mariotaku Lee 2016-12-15 20:17:54 +08:00
parent a8ea218f3f
commit deb93d5049
1 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@ IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- twidere/build.gradle (revision 2cf8733ba97735a17f9db7890cbac0b5e30d7f00)
--- twidere/build.gradle (date 1481804158000)
+++ twidere/build.gradle (revision )
@@ -6,7 +6,7 @@
apply plugin: 'androidsvgdrawable'
@ -52,15 +52,15 @@ Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
compile project(':twidere.component.nyan')
// START Non-FOSS component
- googleCompile 'com.google.android.gms:play-services-maps:10.0.1'
- googleCompile 'com.google.android.gms:play-services-auth:10.0.1'
- googleCompile "com.google.android.gms:play-services-maps:$play_services_version"
- googleCompile "com.google.android.gms:play-services-auth:$play_services_version"
- googleCompile 'com.google.maps.android:android-maps-utils:0.4.4'
- googleCompile('com.crashlytics.sdk.android:crashlytics:2.6.5@aar') { transitive = true }
- googleCompile 'com.anjlab.android.iab.v3:library:1.0.36'
- googleCompile 'com.dropbox.core:dropbox-core-sdk:2.1.2'
- googleCompile ':YouTubeAndroidPlayerApi:1.2.2@jar'
+// googleCompile 'com.google.android.gms:play-services-maps:10.0.1'
+// googleCompile 'com.google.android.gms:play-services-auth:10.0.1'
+// googleCompile "com.google.android.gms:play-services-maps:$play_services_version"
+// googleCompile "com.google.android.gms:play-services-auth:$play_services_version"
+// googleCompile 'com.google.maps.android:android-maps-utils:0.4.4'
+// googleCompile('com.crashlytics.sdk.android:crashlytics:2.6.5@aar') { transitive = true }
+// googleCompile 'com.anjlab.android.iab.v3:library:1.0.36'
@ -69,7 +69,7 @@ Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
// END Non-FOSS component
fdroidCompile 'org.osmdroid:osmdroid-android:5.5:release@aar'
@@ -215,5 +215,5 @@
@@ -217,5 +217,5 @@
}
// START Non-FOSS component