updated patches
This commit is contained in:
parent
08edd4f9f4
commit
371fd70b24
|
@ -3,7 +3,7 @@ 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 fe72d897beaeba82ead3128cddb6d7d06cddb54a)
|
--- twidere/build.gradle (date 1484982866000)
|
||||||
+++ twidere/build.gradle (revision )
|
+++ twidere/build.gradle (revision )
|
||||||
@@ -7,20 +7,20 @@
|
@@ -7,20 +7,20 @@
|
||||||
apply plugin: 'androidsvgdrawable'
|
apply plugin: 'androidsvgdrawable'
|
||||||
|
@ -24,8 +24,8 @@ Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
// START Non-FOSS component
|
// START Non-FOSS component
|
||||||
- classpath 'io.fabric.tools:gradle:1.22.0'
|
- classpath "io.fabric.tools:gradle:$fabric_plugin_version"
|
||||||
+// classpath 'io.fabric.tools:gradle:1.22.0'
|
+// classpath "io.fabric.tools:gradle:$fabric_plugin_version"
|
||||||
// END Non-FOSS component
|
// END Non-FOSS component
|
||||||
|
|
||||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||||
|
@ -54,19 +54,19 @@ Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
|
||||||
- googleCompile "com.google.android.gms:play-services-maps:$play_services_version"
|
- 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.android.gms:play-services-auth:$play_services_version"
|
||||||
- googleCompile 'com.google.maps.android:android-maps-utils:0.4.4'
|
- 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.crashlytics.sdk.android:crashlytics:$crashlyrics_version@aar") { transitive = true }
|
||||||
- googleCompile 'com.anjlab.android.iab.v3:library:1.0.38'
|
- googleCompile 'com.anjlab.android.iab.v3:library:1.0.38'
|
||||||
- googleCompile 'com.dropbox.core:dropbox-core-sdk:2.1.2'
|
- googleCompile "com.dropbox.core:dropbox-core-sdk:$dropbox_core_sdk_version"
|
||||||
- googleCompile ':YouTubeAndroidPlayerApi:1.2.2@jar'
|
- googleCompile ':YouTubeAndroidPlayerApi:1.2.2@jar'
|
||||||
- googleCompile 'com.google.apis:google-api-services-drive:v3-rev55-1.22.0'
|
- googleCompile "com.google.apis:google-api-services-drive:$google_api_drive_version"
|
||||||
+// googleCompile "com.google.android.gms:play-services-maps:$play_services_version"
|
+// 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.android.gms:play-services-auth:$play_services_version"
|
||||||
+// googleCompile 'com.google.maps.android:android-maps-utils:0.4.4'
|
+// 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.crashlytics.sdk.android:crashlytics:$crashlyrics_version@aar") { transitive = true }
|
||||||
+// googleCompile 'com.anjlab.android.iab.v3:library:1.0.38'
|
+// googleCompile 'com.anjlab.android.iab.v3:library:1.0.38'
|
||||||
+// googleCompile 'com.dropbox.core:dropbox-core-sdk:2.1.2'
|
+// googleCompile "com.dropbox.core:dropbox-core-sdk:$dropbox_core_sdk_version"
|
||||||
+// googleCompile ':YouTubeAndroidPlayerApi:1.2.2@jar'
|
+// googleCompile ':YouTubeAndroidPlayerApi:1.2.2@jar'
|
||||||
+// googleCompile 'com.google.apis:google-api-services-drive:v3-rev55-1.22.0'
|
+// googleCompile "com.google.apis:google-api-services-drive:$google_api_drive_version"
|
||||||
// END Non-FOSS component
|
// END Non-FOSS component
|
||||||
|
|
||||||
fdroidCompile 'org.osmdroid:osmdroid-android:5.5:release@aar'
|
fdroidCompile 'org.osmdroid:osmdroid-android:5.5:release@aar'
|
||||||
|
|
Loading…
Reference in New Issue