Upgrade AGP and Gradle.

This commit is contained in:
Alex Hart
2021-07-23 11:09:04 -03:00
committed by Greyson Parrelli
parent 16f1128990
commit 927b6096c6
111 changed files with 6 additions and 6 deletions

View File

@@ -197,7 +197,7 @@ public class DateUtils extends android.text.format.DateUtils {
*
* @return The timestamp if able to be parsed, otherwise -1.
*/
@SuppressLint("ObsoleteSdkInt")
@SuppressLint({ "ObsoleteSdkInt", "NewApi" })
public static long parseIso8601(@Nullable String date) {
SimpleDateFormat format;
if (Build.VERSION.SDK_INT == 0 || Build.VERSION.SDK_INT >= 24) {