From ca766b1e39a9d43a7399d7a1e62307da2af7f3b6 Mon Sep 17 00:00:00 2001 From: M66B Date: Sat, 13 Aug 2022 15:19:25 +0200 Subject: [PATCH] Updated AppAuth --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 1fd7b1b762..d5b0ab6f40 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -380,7 +380,7 @@ dependencies { def bouncycastle_version = "1.71" def colorpicker_version = "0.0.15" def overscroll_version = "1.1.1" - def appauth_version = "0.8.1" + def appauth_version = "0.11.1" def jcharset_version = "2.1" def apache_poi = "3.17" // Do not update def outlook_parser_version = "1.7.13" // Do not update @@ -566,7 +566,7 @@ dependencies { implementation "org.bouncycastle:bcpkix-jdk15to18:$bouncycastle_version" // https://github.com/openid/AppAuth-Android - // https://mvnrepository.com/artifact/net.openid/appauth?repo=bt-openid + // https://mvnrepository.com/artifact/net.openid/appauth implementation "net.openid:appauth:$appauth_version" // http://www.freeutils.net/source/jcharset/