Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkumar9t2 committed Apr 8, 2024
1 parent eac42ad commit 61e5482
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ androidx-monitor = "1.6.1"
androidx-compose = "1.4.3"
activity-compose = "1.7.2"
annotation-jvm = "1.6.0"
crashlytics = "2.9.5"
crashlytics = "2.9.9"
dagger = "2.47"
dokka = "1.4.32"
emoji2 = "1.3.0"
Expand Down Expand Up @@ -74,7 +74,6 @@ databinding-runtime = { module = "androidx.databinding:databinding-runtime", ver
dokka-gradle-plugin = { module = "org.jetbrains.dokka:dokka-gradle-plugin", version.ref = "dokka" }
google-dagger = { module = "com.google.dagger:dagger", version.ref = "dagger" }
google-dagger-compiler = { module = "com.google.dagger:dagger-compiler", version.ref = "dagger" }
google-firebase-crashlytics = { module = "com.google.firebase:firebase-crashlytics-gradle", version.ref = "crashlytics" }
google-guava = { module = "com.google.guava:guava", version.ref = "guava" }
google-truth = { module = "com.google.truth:truth", version.ref = "truth" }
javapoet = { module = "com.squareup:javapoet", version.ref = "javapoet" }
Expand All @@ -99,7 +98,7 @@ android-application = { id = "com.android.application", version.ref = "android-g
android-library = { id = "com.android.library", version.ref = "android-gradle-plugin" }
android-lint = { id = "com.android.lint", version.ref = "android-gradle-plugin" }
google-mobile-services = { id = "com.google.gms.google-services", version.ref = "google-services" }
firebase-crashlytics = { id = "com.google.firebase.crashlytics", version = "2.9.9" }
firebase-crashlytics = { id = "com.google.firebase.crashlytics", version.ref = "crashlytics" }
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
kotlin-kapt = { id = "org.jetbrains.kotlin.kapt", version.ref = "kotlin" }
Expand Down

0 comments on commit 61e5482

Please sign in to comment.