Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
Fix manifest merger issues
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbanes committed Jan 27, 2024
1 parent 56bca18 commit 8a97ee8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions data/traktauth/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,4 @@ kotlin {

android {
namespace = "app.tivi.data.traktauth"

defaultConfig {
manifestPlaceholders += mapOf("appAuthRedirectScheme" to "empty")
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ fun Project.configureAndroid() {
targetSdk = Versions.TARGET_SDK

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

manifestPlaceholders += mapOf("appAuthRedirectScheme" to "empty")
}

compileOptions {
Expand Down

0 comments on commit 8a97ee8

Please sign in to comment.