Skip to content

Commit

Permalink
버전 롤백
Browse files Browse the repository at this point in the history
  • Loading branch information
JuTaK97 committed Sep 7, 2023
1 parent 668523b commit 223b137
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ buildscript {
}
dependencies {
classpath("com.android.tools.build:gradle:${Deps.Version.AndroidGradle}")
classpath("com.google.gms:google-services:4.3.15")
classpath("com.google.gms:google-services:4.3.10")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:${Deps.Version.Kotlin}")
classpath("com.google.dagger:hilt-android-gradle-plugin:${Deps.Version.Hilt}")
classpath("com.google.firebase:firebase-appdistribution-gradle:4.0.0")
classpath("com.google.firebase:firebase-crashlytics-gradle:2.9.9")
classpath("com.google.firebase:firebase-appdistribution-gradle:3.0.0")
classpath("com.google.firebase:firebase-crashlytics-gradle:2.8.1")
}
}

Expand Down

0 comments on commit 223b137

Please sign in to comment.