bugsnag / bugsnag-android-gradle-plugin

Gradle plugin for BugSnag which uploads ProGuard, DexGuard and NDK mapping files, and sends build notifications
https://docs.bugsnag.com/build-integrations/gradle/
MIT License
70 stars 38 forks source link

Replaced use of deprecated `capitalize` function #511

Closed lemnik closed 1 year ago

lemnik commented 1 year ago

Goal

Remove our usage of the capitalize function, which has been deprecated.

Design

Replace capitalize with replaceFirstChar { it.uppercaseChar() } which uses a non-locale-specific uppercase.

Testing

Relied on existing tests