2016-01-10 03:39:59 +01:00
|
|
|
Index: twidere/build.gradle
|
|
|
|
IDEA additional info:
|
|
|
|
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
|
|
|
|
<+>UTF-8
|
|
|
|
===================================================================
|
2017-03-04 06:04:03 +01:00
|
|
|
--- twidere/build.gradle (date 1488603761000)
|
2016-01-10 03:39:59 +01:00
|
|
|
+++ twidere/build.gradle (revision )
|
2017-01-19 12:58:26 +01:00
|
|
|
@@ -7,20 +7,20 @@
|
2016-05-14 05:06:12 +02:00
|
|
|
apply plugin: 'androidsvgdrawable'
|
2016-01-10 03:39:59 +01:00
|
|
|
|
2016-05-14 05:06:12 +02:00
|
|
|
// START Non-FOSS component
|
2016-01-10 03:39:59 +01:00
|
|
|
-apply plugin: 'io.fabric'
|
2016-02-13 08:29:51 +01:00
|
|
|
+//apply plugin: 'io.fabric'
|
2016-05-14 05:06:12 +02:00
|
|
|
// END Non-FOSS component
|
2016-01-10 03:39:59 +01:00
|
|
|
|
2016-02-13 08:29:51 +01:00
|
|
|
buildscript {
|
|
|
|
repositories {
|
2016-06-30 07:13:34 +02:00
|
|
|
jcenter()
|
2016-05-14 05:06:12 +02:00
|
|
|
// START Non-FOSS component
|
2016-01-10 03:39:59 +01:00
|
|
|
- maven { url 'https://maven.fabric.io/public' }
|
2016-02-13 08:29:51 +01:00
|
|
|
+// maven { url 'https://maven.fabric.io/public' }
|
2016-05-14 05:06:12 +02:00
|
|
|
// END Non-FOSS component
|
2016-02-13 08:29:51 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
2016-05-14 05:06:12 +02:00
|
|
|
// START Non-FOSS component
|
2017-03-04 06:04:03 +01:00
|
|
|
- classpath "io.fabric.tools:gradle:${libVersions["FabricPlugin"]}"
|
|
|
|
+// classpath "io.fabric.tools:gradle:${libVersions["FabricPlugin"]}"
|
2016-05-14 05:06:12 +02:00
|
|
|
// END Non-FOSS component
|
2016-06-30 07:13:34 +02:00
|
|
|
|
2017-03-04 06:04:03 +01:00
|
|
|
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${libVersions['Kotlin']}"
|
2017-01-19 12:58:26 +01:00
|
|
|
@@ -50,7 +50,7 @@
|
2016-01-10 03:39:59 +01:00
|
|
|
|
|
|
|
productFlavors {
|
2016-05-14 05:06:12 +02:00
|
|
|
// START Non-FOSS component
|
2016-01-10 03:39:59 +01:00
|
|
|
- google {}
|
2016-02-13 08:29:51 +01:00
|
|
|
+// google {}
|
2016-05-14 05:06:12 +02:00
|
|
|
// END Non-FOSS component
|
2016-01-10 03:39:59 +01:00
|
|
|
fdroid {}
|
|
|
|
}
|
2017-03-04 06:04:03 +01:00
|
|
|
@@ -82,7 +82,7 @@
|
2016-06-30 07:13:34 +02:00
|
|
|
mavenLocal()
|
2016-01-10 03:39:59 +01:00
|
|
|
maven { url 'https://s3.amazonaws.com/repo.commonsware.com' }
|
2016-05-14 05:06:12 +02:00
|
|
|
// START Non-FOSS component
|
2016-01-10 03:39:59 +01:00
|
|
|
- maven { url 'https://maven.fabric.io/public' }
|
2016-02-13 08:29:51 +01:00
|
|
|
+// maven { url 'https://maven.fabric.io/public' }
|
2016-05-14 05:06:12 +02:00
|
|
|
// END Non-FOSS component
|
2016-01-10 03:39:59 +01:00
|
|
|
flatDir { dirs "$projectDir/lib" }
|
|
|
|
}
|
2017-03-04 06:04:03 +01:00
|
|
|
@@ -98,17 +98,17 @@
|
2016-02-13 08:29:51 +01:00
|
|
|
compile project(':twidere.component.nyan')
|
|
|
|
|
2016-05-14 05:06:12 +02:00
|
|
|
// START Non-FOSS component
|
2017-03-04 06:04:03 +01:00
|
|
|
- googleCompile "com.google.android.gms:play-services-maps:${libVersions['PlayServices']}"
|
|
|
|
- googleCompile "com.google.android.gms:play-services-auth:${libVersions['PlayServices']}"
|
|
|
|
- googleCompile "com.google.maps.android:android-maps-utils:${libVersions['MapsUtils']}"
|
|
|
|
- googleCompile("com.crashlytics.sdk.android:crashlytics:${libVersions['Crashlyrics']}@aar") {
|
2017-01-22 07:57:39 +01:00
|
|
|
- transitive = true
|
|
|
|
- }
|
2017-03-04 06:04:03 +01:00
|
|
|
- googleCompile "com.anjlab.android.iab.v3:library:${libVersions['IABv3']}"
|
|
|
|
- googleCompile "com.dropbox.core:dropbox-core-sdk:${libVersions['DropboxCoreSdk']}"
|
|
|
|
- googleCompile("com.google.apis:google-api-services-drive:${libVersions['GoogleDriveApi']}") {
|
2017-01-22 07:57:39 +01:00
|
|
|
- exclude group: 'org.apache.httpcomponents'
|
|
|
|
- }
|
2017-03-04 06:04:03 +01:00
|
|
|
+// googleCompile "com.google.android.gms:play-services-maps:${libVersions['PlayServices']}"
|
|
|
|
+// googleCompile "com.google.android.gms:play-services-auth:${libVersions['PlayServices']}"
|
|
|
|
+// googleCompile "com.google.maps.android:android-maps-utils:${libVersions['MapsUtils']}"
|
|
|
|
+// googleCompile("com.crashlytics.sdk.android:crashlytics:${libVersions['Crashlyrics']}@aar") {
|
2017-01-22 07:57:39 +01:00
|
|
|
+// transitive = true
|
|
|
|
+// }
|
2017-03-04 06:04:03 +01:00
|
|
|
+// googleCompile "com.anjlab.android.iab.v3:library:${libVersions['IABv3']}"
|
|
|
|
+// googleCompile "com.dropbox.core:dropbox-core-sdk:${libVersions['DropboxCoreSdk']}"
|
|
|
|
+// googleCompile("com.google.apis:google-api-services-drive:${libVersions['GoogleDriveApi']}") {
|
2017-01-22 07:57:39 +01:00
|
|
|
+// exclude group: 'org.apache.httpcomponents'
|
|
|
|
+// }
|
2016-05-14 05:06:12 +02:00
|
|
|
// END Non-FOSS component
|
2016-02-13 08:29:51 +01:00
|
|
|
|
2017-03-04 06:04:03 +01:00
|
|
|
fdroidCompile 'org.osmdroid:osmdroid-android:5.6.4'
|
|
|
|
@@ -224,5 +224,5 @@
|
2016-05-14 05:06:12 +02:00
|
|
|
}
|
2016-02-13 08:29:51 +01:00
|
|
|
|
2016-05-14 05:06:12 +02:00
|
|
|
// START Non-FOSS component
|
|
|
|
-apply plugin: 'com.google.gms.google-services'
|
|
|
|
+//apply plugin: 'com.google.gms.google-services'
|
|
|
|
// END Non-FOSS component
|
2016-01-10 03:39:59 +01:00
|
|
|
\ No newline at end of file
|