-
-
Notifications
You must be signed in to change notification settings - Fork 38
Closed
Labels
Description
Environment
@sentry/capacitor": "2.1.0"
minSdkVersion = 23
compileSdkVersion = 35
targetSdkVersion = 35
Steps to Reproduce
- Built signed android aab targeting android 15 with the @sentry/capacitor 2.1.0 package installed and plugin synced.
- Created a new release in the google play console and uploaded the aab
- Wen to publishing overview where google does static code analysis
- Saw warning message about use of kotlins removeFirst and removeLast for android 15
Expected Result
I would see no warning about use of kotlins removeFirst and removeLast for android 15
Actual Result

Reactions are currently unavailable