SimpleMobileTools / Simple-Music-Player

A clean music player with a customizable widget, stylish interface and no ads.
https://www.simplemobiletools.com
GNU General Public License v3.0
1.27k stars 411 forks source link

change deprecated 'toLowerCase()' to 'lowercase()' #528

Closed parneet-guraya closed 1 year ago

parneet-guraya commented 1 year ago

Android Studio warning -> 'toLowerCase(): String' is deprecated. Use lowercase() instead.

Made the mentioned changes to the occurences in the project.

tibbi commented 1 year ago

guess if it wont break anything and it fixes some warnings, we should have it :) Thanks