You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minimum supported sdk is stated as 16 in the project's gradle settings, but some methods use API level 19-21 required calls, such as the Locale.forLanguageTag:
And the StandardCharsets.UTF_8 string:
I propose to rewrite these API usages to:
And:
The text was updated successfully, but these errors were encountered:
Minimum supported sdk is stated as 16 in the project's gradle settings, but some methods use API level 19-21 required calls, such as the Locale.forLanguageTag:
![screen shot 2018-03-01 at 15 36 20](https://user-images.githubusercontent.com/8933720/36850910-306e4020-1d68-11e8-99da-b8edb24b8b88.png)
And the StandardCharsets.UTF_8 string:
![screen shot 2018-03-01 at 15 50 45](https://user-images.githubusercontent.com/8933720/36850972-64eae150-1d68-11e8-9148-89b6ae6d7408.png)
I propose to rewrite these API usages to:
![screen shot 2018-03-02 at 08 53 12](https://user-images.githubusercontent.com/8933720/36888752-340201d8-1df7-11e8-8d3c-b09406d43372.png)
And:
![screen shot 2018-03-02 at 08 54 28](https://user-images.githubusercontent.com/8933720/36888788-5e35c246-1df7-11e8-9e69-6ac6f0cbb950.png)
The text was updated successfully, but these errors were encountered: