mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-23 19:26:17 +00:00
Upgrade AGP and Gradle.
This commit is contained in:
committed by
Greyson Parrelli
parent
16f1128990
commit
927b6096c6
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user