Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 61712ec2 authored by Ricki Hirner's avatar Ricki Hirner
Browse files

Update okhttp to 3.12.2

parent 3866bb27
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ object Libs {
    // We'll use 3.12 for now, but this branch won't receive feature updates anymore. Security
    // updates are limited to Dec 2020, so we'll have to update to 3.13 until then. On Android,
    // using 3.13 will raise the required SDK level to Android 5.
    const val okhttpVersion = "3.12.1"
    const val okhttpVersion = "3.12.2"

    // XmlPullParser library
    const val xpp3Version = "1.1.6"