File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ plugins {
33}
44
55apply plugin : ' com.android.application'
6- apply plugin : ' com.google.firebase.crashlytics'
76
87def isCi = System . getenv(" CI" ) == " true"
98android {
@@ -112,10 +111,5 @@ dependencies {
112111 implementation ' com.google.android.material:material:1.4.0'
113112}
114113
115- task printVersionName {
116- doLast {
117- println android. defaultConfig. versionName
118- }
119- }
120-
121- apply plugin : ' com.google.gms.google-services'
114+ apply plugin : ' com.google.gms.google-services'
115+ apply plugin : ' com.google.firebase.crashlytics'
Original file line number Diff line number Diff line change 11buildscript {
22 repositories {
33 google()
4- jcenter ()
4+ mavenCentral ()
55 }
66
77 dependencies {
88 classpath ' com.android.tools.build:gradle:7.0.0'
9- classpath ' com.google.gms:google-services:4.3.9 '
9+ classpath ' com.google.gms:google-services:4.3.8 '
1010 classpath ' com.google.firebase:firebase-crashlytics-gradle:2.7.1'
1111 }
1212}
1313
1414allprojects {
1515 repositories {
16- jcenter()
1716 google()
17+ mavenCentral()
1818 maven { url " https://jitpack.io" }
1919 }
2020}
You can’t perform that action at this time.
0 commit comments