Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit 3dadd83

Browse files
author
Langston Smith
authored
Added -dontwarn proguard rule for java sdk notnull (#1237)
1 parent 76332a1 commit 3dadd83

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

MapboxAndroidDemo/proguard-rules.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
-dontwarn java.awt.Color
8181
-dontwarn com.mapbox.api.staticmap.v1.models.StaticMarkerAnnotation
8282
-dontwarn com.mapbox.api.staticmap.v1.models.StaticPolylineAnnotation
83-
83+
-dontwarn com.sun.istack.internal.NotNull
8484

8585
## Android architecture components: Lifecycle
8686
# LifecycleObserver's empty constructor is considered to be unused by proguard

MapboxAndroidWearDemo/proguard-rules.pro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191
-dontwarn java.awt.Color
9292
-dontwarn com.mapbox.api.staticmap.v1.models.StaticMarkerAnnotation
9393
-dontwarn com.mapbox.api.staticmap.v1.models.StaticPolylineAnnotation
94+
-dontwarn com.sun.istack.internal.NotNull
9495

9596
# Mapbox
9697
-keep class com.mapbox.android.telemetry.**

0 commit comments

Comments
 (0)