mirror of
https://github.com/clangen/musikcube.git
synced 2025-02-06 21:40:20 +00:00
fabric -> firebase
This commit is contained in:
parent
3ac54e633d
commit
cac13afe9b
1
src/musikdroid/app/.gitignore
vendored
1
src/musikdroid/app/.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/build
|
||||
fabric.properties
|
||||
google-services.json
|
||||
|
@ -2,16 +2,11 @@ buildscript {
|
||||
repositories {
|
||||
google()
|
||||
jcenter()
|
||||
maven { url 'https://maven.fabric.io/public' }
|
||||
}
|
||||
|
||||
dependencies {
|
||||
classpath 'io.fabric.tools:gradle:1.25.4'
|
||||
}
|
||||
}
|
||||
|
||||
apply plugin: 'com.android.application'
|
||||
apply plugin: 'io.fabric'
|
||||
apply plugin: 'com.google.gms.google-services'
|
||||
apply plugin: 'kotlin-android'
|
||||
apply plugin: 'kotlin-kapt'
|
||||
|
||||
@ -51,11 +46,6 @@ repositories {
|
||||
maven { url "https://jitpack.io" }
|
||||
maven { url 'https://maven.google.com' }
|
||||
mavenCentral()
|
||||
maven { url 'https://maven.fabric.io/public' }
|
||||
}
|
||||
|
||||
kapt {
|
||||
generateStubs = true /* required for Dagger 2 code gen to work with Kotlin */
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@ -65,6 +55,8 @@ dependencies {
|
||||
exclude group: 'com.android.support', module: 'support-annotations'
|
||||
})
|
||||
|
||||
implementation 'com.google.firebase:firebase-core:16.0.7'
|
||||
|
||||
implementation(name:'android-taskrunner-0.5', ext:'aar')
|
||||
implementation(name:'exoplayer-extension-flac-release-v2', ext:'aar')
|
||||
implementation(name:'videocache-2.8.0-clangen-5', ext:'aar')
|
||||
|
@ -5,10 +5,10 @@ buildscript {
|
||||
google()
|
||||
jcenter()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:3.3.1'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||
classpath 'com.google.gms:google-services:4.2.0'
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user