Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
Signed-off-by: androidacy-user <[email protected]>
  • Loading branch information
androidacy-user committed Jul 29, 2023
1 parent 955d1cd commit bd9fb84
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -398,12 +398,15 @@ sentry {
}

includeDependenciesReport.set(true)
includeSourceContext.set(hasSentryConfig)
includeSourceContext.set(true)

// Includes additional source directories into the source bundle.
// These directories are resolved relative to the project directory.
additionalSourceDirsForSourceContext.set(setOf("src/main/java", "src/main/kotlin"))

org.set("androidacy")
projectName.set("foxmmm")
uploadNativeSymbols.set(true)
}

val abiCodes = mapOf("armeabi-v7a" to 1, "x86" to 2, "x86_64" to 3)
Expand Down

0 comments on commit bd9fb84

Please sign in to comment.