Skip to content

Commit

Permalink
remove crashlytics
Browse files Browse the repository at this point in the history
  • Loading branch information
gmochid committed Apr 18, 2024
1 parent 66b8af9 commit 91249c0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ plugins {
id "com.android.application"
id "kotlin-android"
id "dev.flutter.flutter-gradle-plugin"
id 'com.google.firebase.crashlytics' version '2.9.9' apply false
}

def localProperties = new Properties()
Expand Down Expand Up @@ -72,9 +71,4 @@ dependencies {

// Import the BoM for the Firebase platform
implementation(platform("com.google.firebase:firebase-bom:32.8.0"))

// Add the dependencies for the Crashlytics and Analytics libraries
// When using the BoM, you don't specify versions in Firebase library dependencies
implementation("com.google.firebase:firebase-crashlytics")
implementation("com.google.firebase:firebase-analytics")
}

0 comments on commit 91249c0

Please sign in to comment.