Commit graph

3 commits

Author SHA1 Message Date
Christian Schneppe
49458bb09f
update dependencies 2020-03-22 18:06:59 +01:00
Christian Schneppe
ec08e6dd62 optimize imports 2019-02-08 12:49:41 +01:00
Christian Schneppe
fe3f14d9b1 Checkout xmpp-addr library 0.8.0 (fa47cac8) locally
xmpp-addr: Backfill missing class method for Java 1.7
This backfills missing class methods for `java.nio.charset.StandardCharsets`
and `java.util.Objects` for compatibility with platforms which do not support
these (mainly Android SDK versions <= 18).

Change `minSdkVersion` to 18, backfill missing methods
This reduces the minimum SDK version to 18 (Android 4.3), which notably is
the last supported version for the BlackBerry OS 10.3 Android compatibility
layer.

Drop support for Android 4.1 and 4.2
2018-12-14 21:13:31 +01:00