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
|
|
|
|
===================================================================
|
2016-02-28 13:29:30 +01:00
|
|
|
--- twidere/build.gradle (date 1456662374000)
|
2016-01-10 03:39:59 +01:00
|
|
|
+++ twidere/build.gradle (revision )
|
2016-02-21 12:44:24 +01:00
|
|
|
@@ -1,17 +1,17 @@
|
|
|
|
import fr.avianey.androidsvgdrawable.gradle.SvgDrawableTask
|
2016-01-10 03:39:59 +01:00
|
|
|
|
|
|
|
apply plugin: 'com.android.application'
|
|
|
|
-apply plugin: 'io.fabric'
|
2016-02-13 08:29:51 +01:00
|
|
|
+//apply plugin: 'io.fabric'
|
2016-01-10 03:39:59 +01:00
|
|
|
apply plugin: 'com.neenbedankt.android-apt'
|
|
|
|
apply plugin: 'androidsvgdrawable'
|
|
|
|
|
2016-02-13 08:29:51 +01:00
|
|
|
buildscript {
|
|
|
|
repositories {
|
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' }
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
2016-01-10 03:39:59 +01:00
|
|
|
- classpath 'io.fabric.tools:gradle:1.21.2'
|
2016-02-13 08:29:51 +01:00
|
|
|
+// classpath 'io.fabric.tools:gradle:1.21.2'
|
|
|
|
}
|
|
|
|
}
|
2016-01-10 03:39:59 +01:00
|
|
|
|
2016-02-21 12:44:24 +01:00
|
|
|
@@ -34,7 +34,7 @@
|
2016-01-10 03:39:59 +01:00
|
|
|
targetCompatibility JavaVersion.VERSION_1_7
|
|
|
|
}
|
|
|
|
productFlavors {
|
|
|
|
- google {}
|
2016-02-13 08:29:51 +01:00
|
|
|
+// google {}
|
2016-01-10 03:39:59 +01:00
|
|
|
fdroid {}
|
|
|
|
}
|
|
|
|
buildTypes {
|
2016-02-21 12:44:24 +01:00
|
|
|
@@ -61,7 +61,7 @@
|
2016-01-10 03:39:59 +01:00
|
|
|
|
|
|
|
repositories {
|
|
|
|
maven { url 'https://s3.amazonaws.com/repo.commonsware.com' }
|
|
|
|
- maven { url 'https://maven.fabric.io/public' }
|
2016-02-13 08:29:51 +01:00
|
|
|
+// maven { url 'https://maven.fabric.io/public' }
|
2016-02-28 13:29:30 +01:00
|
|
|
maven { url 'https://github.com/suckgamony/RapidDecoder/raw/master/repository' }
|
2016-01-10 03:39:59 +01:00
|
|
|
flatDir { dirs "$projectDir/lib" }
|
|
|
|
}
|
2016-02-28 13:29:30 +01:00
|
|
|
@@ -120,10 +120,10 @@
|
2016-02-13 08:29:51 +01:00
|
|
|
compile project(':twidere.component.common')
|
|
|
|
compile project(':twidere.component.nyan')
|
|
|
|
|
2016-01-10 03:39:59 +01:00
|
|
|
- googleCompile 'com.google.android.gms:play-services-maps:8.4.0'
|
|
|
|
- googleCompile 'com.google.maps.android:android-maps-utils:0.4'
|
|
|
|
- googleCompile('com.crashlytics.sdk.android:crashlytics:2.5.5@aar') { transitive = true }
|
|
|
|
- googleCompile ':YouTubeAndroidPlayerApi:1.2.2@jar'
|
2016-02-13 08:29:51 +01:00
|
|
|
+// googleCompile 'com.google.android.gms:play-services-maps:8.4.0'
|
|
|
|
+// googleCompile 'com.google.maps.android:android-maps-utils:0.4'
|
|
|
|
+// googleCompile('com.crashlytics.sdk.android:crashlytics:2.5.5@aar') { transitive = true }
|
|
|
|
+// googleCompile ':YouTubeAndroidPlayerApi:1.2.2@jar'
|
|
|
|
|
2016-02-08 15:04:07 +01:00
|
|
|
fdroidCompile 'org.osmdroid:osmdroid-android:5.1'
|
2016-02-13 08:29:51 +01:00
|
|
|
|
2016-01-10 03:39:59 +01:00
|
|
|
\ No newline at end of file
|