Skip to content

Commit

Permalink
Update crashlytics convention
Browse files Browse the repository at this point in the history
  • Loading branch information
Nain57 committed Aug 2, 2024
1 parent 190c46c commit 9e27982
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ class CrashlyticsConventionPlugin : Plugin<Project> {
getByName("release") {
configure<CrashlyticsExtension> {
nativeSymbolUploadEnabled = true
unstrippedNativeLibsDir = "build/intermediates/merged_native_libs/playStoreRelease/mergePlayStoreReleaseNativeLibs/out/lib"
}
}
}
Expand All @@ -54,13 +53,5 @@ class CrashlyticsConventionPlugin : Plugin<Project> {
playStoreImplementation(libs.getLibrary("google.firebase.crashlytics.ktx"))
playStoreImplementation(libs.getLibrary("google.firebase.crashlytics.ndk"))
}

afterEvaluate {
tasks.filter { task ->
task.name.startsWith("uploadCrashlyticsSymbolFilePlayStoreRelease")
}.forEach { task ->
task.shouldRunAfter("assemblePlayStoreRelease")
}
}
}
}

0 comments on commit 9e27982

Please sign in to comment.