Skip to content

Commit

Permalink
Fix release build
Browse files Browse the repository at this point in the history
  • Loading branch information
leinardi committed Jun 29, 2023
1 parent 0bd77fc commit b154a1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ plugin-appversioning = "io.github.reactivecircus.appversioning:app-versioning-gr
plugin-detekt = { module = "io.gitlab.arturbosch.detekt:detekt-gradle-plugin", version.ref = "detekt" }
plugin-easylauncher = "com.project.starter:easylauncher:6.2.0"
plugin-firebase-crashlytics = "com.google.firebase:firebase-crashlytics-gradle:2.9.2"
plugin-firebase-perf = "com.google.firebase:perf-plugin:1.4.1"
plugin-firebase-perf = "com.google.firebase:perf-plugin:1.4.2"
plugin-google-services = "com.google.gms:google-services:4.3.14"
plugin-hilt = { module = "com.google.dagger:hilt-android-gradle-plugin", version.ref = "hilt" }
plugin-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
Expand Down
2 changes: 1 addition & 1 deletion modules/library-logging/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
implementation(libs.androidx.startup)
implementation(libs.firebase.analytics)
implementation(libs.firebase.crashlytics)
if (rootProject.file("app/google-services.json").exists()) {
if (rootProject.file("apps/forlago/google-services.json").exists()) {
implementation(libs.firebase.perf)
}
implementation(libs.hilt.android)
Expand Down

0 comments on commit b154a1c

Please sign in to comment.