From fe3f14d9b13f2cd97c24bc241dddaa2c2bca755f Mon Sep 17 00:00:00 2001 From: Christian Schneppe Date: Fri, 14 Dec 2018 20:48:25 +0100 Subject: 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 --- settings.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'settings.gradle') diff --git a/settings.gradle b/settings.gradle index 51c45b1bc..333bfa6bc 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,2 +1,3 @@ include ':libs:android-transcoder' +include ':libs:xmpp-addr' rootProject.name = 'PixArtMessenger' -- cgit v1.2.3