Skip to content

Commit

Permalink
Merge pull request #358 from owncloud/feature/redirection_callback_br…
Browse files Browse the repository at this point in the history
…andable

Move appauth dependency to ownCloudApp
  • Loading branch information
abelgardep authored Dec 2, 2020
2 parents a18528e + 0eeb48f commit ceee204
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions owncloudComLibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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") {
Expand All @@ -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 {
Expand Down

0 comments on commit ceee204

Please sign in to comment.