Skip to content

Commit bd9fb84

Browse files
update config
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 parent 955d1cd commit bd9fb84

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

app/build.gradle.kts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,12 +398,15 @@ sentry {
398398
}
399399

400400
includeDependenciesReport.set(true)
401-
includeSourceContext.set(hasSentryConfig)
401+
includeSourceContext.set(true)
402402

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

407+
org.set("androidacy")
408+
projectName.set("foxmmm")
409+
uploadNativeSymbols.set(true)
407410
}
408411

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

0 commit comments

Comments
 (0)