From 0eeb48f7de9c37684d390e9e562abe1606a7ddeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abel=20Garci=CC=81a=20de=20Prada?= Date: Tue, 24 Nov 2020 08:52:09 +0100 Subject: [PATCH] Move appauth dependency to ownCloudApp --- owncloudComLibrary/build.gradle | 5 ----- 1 file changed, 5 deletions(-) diff --git a/owncloudComLibrary/build.gradle b/owncloudComLibrary/build.gradle index 5537f94e..3aa8f167 100644 --- a/owncloudComLibrary/build.gradle +++ b/owncloudComLibrary/build.gradle @@ -7,7 +7,6 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion" api 'com.gitlab.ownclouders:dav4android:oc_support_2.1.5' api 'com.github.AppDevNext.Logcat:LogcatCore:2.1.1' - api 'net.openid:appauth:0.7.1' // Moshi implementation ("com.squareup.moshi:moshi-kotlin:$moshiVersion") { @@ -27,10 +26,6 @@ android { versionCode = 10000800 versionName = "1.0.8" - - // This is pretty ugly but manifest placeholders don't seem to work very well when using different modules - // See https://github.com/openid/AppAuth-Android/issues/325 - manifestPlaceholders = [appAuthRedirectScheme: ''] } lintOptions {