sa_full_image

This commit is contained in:
CPM
2021-03-24 15:56:23 +05:30
parent 9d6cc81cb0
commit 7ae36ff834
62 changed files with 461 additions and 526 deletions
+9 -7
View File
@@ -1,20 +1,22 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
jcenter()
maven {
url "https://jitpack.io"
}
}
dependencies {
// classpath 'com.android.tools.build:gradle:3.5.0'
classpath 'com.android.tools.build:gradle:4.0.2'
classpath 'com.google.gms:google-services:4.3.4'
// Add dependency
// classpath 'io.fabric.tools:gradle:1.26.1'
classpath 'com.android.tools.build:gradle:4.1.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
// classpath 'com.google.gms:google-services:4.2.0'
classpath 'com.google.gms:google-services:4.3.5'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.4.1'
}
}
@@ -23,7 +25,7 @@ allprojects {
google()
jcenter()
maven {
url 'https://maven.google.com/'
url "https://jitpack.io"
}
}
}