2020-03-04 16:18:31 +00:00
|
|
|
--- a/build.gradle
|
|
|
|
|
+++ b/build.gradle
|
2020-04-26 02:22:08 +00:00
|
|
|
@@ -7,14 +7,9 @@
|
2020-03-04 16:18:31 +00:00
|
|
|
flatDir {
|
|
|
|
|
dirs 'libs'
|
|
|
|
|
}
|
|
|
|
|
- maven {
|
|
|
|
|
- url 'https://maven.fabric.io/public'
|
|
|
|
|
- }
|
|
|
|
|
}
|
|
|
|
|
dependencies {
|
2020-03-30 15:18:26 +00:00
|
|
|
- classpath 'com.google.gms:google-services:4.3.3'
|
2020-04-26 02:22:08 +00:00
|
|
|
classpath 'com.android.tools.build:gradle:3.6.3'
|
|
|
|
|
- classpath 'io.fabric.tools:gradle:1.31.2'
|
2020-03-04 16:18:31 +00:00
|
|
|
|
|
|
|
|
// NOTE: Do not place your application dependencies here; they belong
|
|
|
|
|
// in the individual module build.gradle files
|
2020-04-26 02:22:08 +00:00
|
|
|
@@ -25,9 +20,6 @@
|
2020-03-04 16:18:31 +00:00
|
|
|
repositories {
|
|
|
|
|
google()
|
|
|
|
|
jcenter()
|
|
|
|
|
- maven {
|
|
|
|
|
- url 'https://maven.fabric.io/public'
|
|
|
|
|
- }
|
|
|
|
|
maven { url "https://jitpack.io" }
|
|
|
|
|
}
|
|
|
|
|
}
|