mirror of
https://github.com/TwidereProject/Twidere-Android
synced 2025-02-14 10:40:46 +01:00
57 lines
1.7 KiB
Diff
57 lines
1.7 KiB
Diff
Index: twidere/build.gradle
|
|
IDEA additional info:
|
|
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
|
|
<+>UTF-8
|
|
===================================================================
|
|
--- twidere/build.gradle (date 1454936651000)
|
|
+++ twidere/build.gradle (revision )
|
|
@@ -3,20 +3,9 @@
|
|
import java.text.SimpleDateFormat
|
|
|
|
apply plugin: 'com.android.application'
|
|
-apply plugin: 'io.fabric'
|
|
apply plugin: 'com.neenbedankt.android-apt'
|
|
apply plugin: 'androidsvgdrawable'
|
|
|
|
-buildscript {
|
|
- repositories {
|
|
- maven { url 'https://maven.fabric.io/public' }
|
|
- }
|
|
-
|
|
- dependencies {
|
|
- classpath 'io.fabric.tools:gradle:1.21.2'
|
|
- }
|
|
-}
|
|
-
|
|
android {
|
|
|
|
defaultConfig {
|
|
@@ -36,7 +25,6 @@
|
|
targetCompatibility JavaVersion.VERSION_1_7
|
|
}
|
|
productFlavors {
|
|
- google {}
|
|
fdroid {}
|
|
}
|
|
buildTypes {
|
|
@@ -65,7 +53,6 @@
|
|
|
|
repositories {
|
|
maven { url 'https://s3.amazonaws.com/repo.commonsware.com' }
|
|
- maven { url 'https://maven.fabric.io/public' }
|
|
flatDir { dirs "$projectDir/lib" }
|
|
}
|
|
|
|
@@ -117,10 +104,6 @@
|
|
compile 'com.j256.simplemagic:simplemagic:1.6'
|
|
compile 'com.github.mariotaku.MediaViewerLibrary:base:0.9.7'
|
|
compile 'com.github.mariotaku.MediaViewerLibrary:subsample-image-view:0.9.7'
|
|
- 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'
|
|
fdroidCompile 'org.osmdroid:osmdroid-android:5.1'
|
|
debugCompile 'com.facebook.stetho:stetho:1.3.0'
|
|
debugCompile 'com.facebook.stetho:stetho-okhttp3:1.3.0'
|
|
\ No newline at end of file
|