Upgrade AGP and Gradle.

fork-5.53.8
Alex Hart 2021-07-23 11:09:04 -03:00 zatwierdzone przez Greyson Parrelli
rodzic 16f1128990
commit 927b6096c6
111 zmienionych plików z 6 dodań i 6 usunięć

Wyświetl plik

@ -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) {

Some files were not shown because too many files have changed in this diff Show More