Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit ceee204

Browse files
authored
Merge pull request #358 from owncloud/feature/redirection_callback_brandable
Move appauth dependency to ownCloudApp
2 parents a18528e + 0eeb48f commit ceee204

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

owncloudComLibrary/build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ dependencies {
77
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion"
88
api 'com.gitlab.ownclouders:dav4android:oc_support_2.1.5'
99
api 'com.github.AppDevNext.Logcat:LogcatCore:2.1.1'
10-
api 'net.openid:appauth:0.7.1'
1110

1211
// Moshi
1312
implementation ("com.squareup.moshi:moshi-kotlin:$moshiVersion") {
@@ -27,10 +26,6 @@ android {
2726

2827
versionCode = 10000800
2928
versionName = "1.0.8"
30-
31-
// This is pretty ugly but manifest placeholders don't seem to work very well when using different modules
32-
// See https://github.com/openid/AppAuth-Android/issues/325
33-
manifestPlaceholders = [appAuthRedirectScheme: '']
3429
}
3530

3631
lintOptions {

0 commit comments

Comments
 (0)