File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
sentry-samples/sentry-samples-android Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ sentry {
121121 autoUploadProguardMapping = false
122122 autoUploadNativeSymbols = false
123123 autoUploadSourceContext = false
124+ autoInstallation { enabled = false }
124125}
125126
126127dependencies {
@@ -131,8 +132,7 @@ dependencies {
131132 implementation(projects.sentryAndroid)
132133 implementation(projects.sentryAndroidFragment)
133134 implementation(projects.sentryAndroidTimber)
134- // implementation(projects.sentryCompose) // TODO: re-enable, disabled due to R8 duplicate class
135- // error with KMP module
135+ implementation(projects.sentryCompose)
136136 implementation(projects.sentryKotlinExtensions)
137137 implementation(projects.sentryOkhttp)
138138 implementation(projects.sentrySpotlight)
You can’t perform that action at this time.
0 commit comments