Skip to content

Commit

Permalink
workaround for upload crashlytics task
Browse files Browse the repository at this point in the history
  • Loading branch information
softartdev committed May 27, 2024
1 parent b764813 commit 9fc52de
Show file tree
Hide file tree
Showing 6 changed files with 123 additions and 97 deletions.
4 changes: 4 additions & 0 deletions android-compose-app/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
@file:Suppress("UnstableApiUsage")

import com.google.firebase.crashlytics.buildtools.gradle.CrashlyticsExtension
import com.google.firebase.crashlytics.buildtools.gradle.tasks.UploadMappingFileTask
import org.jetbrains.kotlin.gradle.tasks.KotlinCompilationTask

plugins {
Expand Down Expand Up @@ -100,3 +101,6 @@ dependencies {
androidTestImplementation(libs.turbine)
androidTestImplementation(libs.leakCanary.android.instrumentation)
}
tasks.withType<UploadMappingFileTask>{
dependsOn("processDebugGoogleServices")
}
Loading

0 comments on commit 9fc52de

Please sign in to comment.