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
message="Call requires API level 33 (current min is 23): `java.lang.ref.Cleaner.Cleanable#clean`"
29
+
errorLine1=" override fun clean() = cleanable.clean()"
30
+
errorLine2=" ~~~~~">
31
+
<location
32
+
file="src/main/java/xmtpv3.kt"
33
+
line="2279"
34
+
column="38"/>
35
+
</issue>
36
+
37
+
<issue
38
+
id="SimpleDateFormat"
39
+
message="To get local formatting use `getDateInstance()`, `getDateTimeInstance()`, or `getTimeInstance()`, or use `new SimpleDateFormat(String template, Locale locale)` with for example `Locale.US` for ASCII dates."
40
+
errorLine1=" val formatter = SimpleDateFormat("EEE, dd MMM yyyy HH:mm:ss 'GMT'")"
0 commit comments