Skip to content

Commit

Permalink
[fix/#40] Crashlytics 플러그인 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Jokwanhee committed Jul 30, 2024
1 parent 1fd76e9 commit 28215f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ plugins {
id("dagger.hilt.android.plugin")
id("org.jetbrains.kotlin.plugin.serialization") version Versions.kotlinVersion
id("com.google.gms.google-services")
id ("com.google.firebase.crashlytics")
}

android {
Expand Down
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ buildscript {

plugins {
id("com.google.gms.google-services") version "4.4.2" apply false
id("com.google.firebase.crashlytics") version "2.9.9" apply false
}

tasks.register("clean", Delete::class) {
Expand Down

0 comments on commit 28215f9

Please sign in to comment.