Skip to content

Commit

Permalink
Cleanup + downgraded Google Services to 4.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu committed Aug 7, 2021
1 parent a395827 commit 23c7e00
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
10 changes: 2 additions & 8 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ plugins {
}

apply plugin: 'com.android.application'
apply plugin: 'com.google.firebase.crashlytics'

def isCi = System.getenv("CI") == "true"
android {
Expand Down Expand Up @@ -112,10 +111,5 @@ dependencies {
implementation 'com.google.android.material:material:1.4.0'
}

task printVersionName {
doLast {
println android.defaultConfig.versionName
}
}

apply plugin: 'com.google.gms.google-services'
apply plugin: 'com.google.gms.google-services'
apply plugin: 'com.google.firebase.crashlytics'
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
buildscript {
repositories {
google()
jcenter()
mavenCentral()
}

dependencies {
classpath 'com.android.tools.build:gradle:7.0.0'
classpath 'com.google.gms:google-services:4.3.9'
classpath 'com.google.gms:google-services:4.3.8'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.7.1'
}
}

allprojects {
repositories {
jcenter()
google()
mavenCentral()
maven { url "https://jitpack.io" }
}
}
Expand Down

0 comments on commit 23c7e00

Please sign in to comment.