Updated AppAuth

pull/209/head
M66B 2 years ago
parent af92c2c75e
commit ca766b1e39

@ -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/

Loading…
Cancel
Save