File tree Expand file tree Collapse file tree
OneSignalSDK/onesignal/otel Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ jobs:
3232 working-directory : OneSignalSDK
3333 run : |
3434 ./gradlew testDebugUnitTest --console=plain --continue
35- - name : " [Build] Demo app (minified release)"
35+ - name : " [Build] Demo app (minified GMS + Huawei release)"
3636 working-directory : OneSignalSDK
3737 run : |
38- ./gradlew :app:assembleGmsRelease --console=plain
38+ ./gradlew :app:assembleGmsRelease :app:assembleHuaweiRelease --console=plain
3939 - name : " [Diff Coverage] Check for bypass"
4040 id : coverage_bypass
4141 run : |
Original file line number Diff line number Diff line change 11# OpenTelemetry OTLP exporter references Jackson core classes that are optional on Android.
22# Suppress R8 missing-class errors when apps don't include jackson-core.
33-dontwarn com.fasterxml.jackson.core.**
4+
5+ # OTel / disk buffering reference Google Auto Value types that are not on the app classpath.
6+ -dontwarn com.google.auto.value.AutoValue
7+ -dontwarn com.google.auto.value.AutoValue$Builder
8+ -dontwarn com.google.auto.value.AutoValue$CopyAnnotations
Original file line number Diff line number Diff line change 2020# hide the original source file name.
2121#-renamesourcefileattribute SourceFile
2222
23- # Demo-only suppression for optional OTel transitive classes .
23+ # Demo-only: optional transitive classes pulled in via OneSignal OTel / R8 (GMS + Huawei minified builds) .
2424-dontwarn com.fasterxml.jackson.core.JsonFactory
2525-dontwarn com.fasterxml.jackson.core.JsonGenerator
26+ -dontwarn com.google.auto.value.AutoValue
27+ -dontwarn com.google.auto.value.AutoValue$Builder
2628-dontwarn com.google.auto.value.AutoValue$CopyAnnotations
You can’t perform that action at this time.
0 commit comments