fix(auth): use BuildType depended redirect uri

This commit is contained in:
FineFindus
2023-04-09 15:46:30 +02:00
parent 7615723d4f
commit a59587eb62
3 changed files with 16 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ plugins {
android {
compileSdk 33
defaultConfig {
manifestPlaceholders = [oAuthScheme:"moshidon-android-auth"]
archivesBaseName = "moshidon"
applicationId "org.joinmastodon.android.moshinda"
minSdk 23
@@ -34,6 +35,7 @@ android {
debuggable true
versionNameSuffix '-debug'
applicationIdSuffix '.debug'
manifestPlaceholders = [oAuthScheme:"moshidon-android-debug-auth"]
}
githubRelease{
initWith release
@@ -43,6 +45,7 @@ android {
versionNameSuffix '-nightly'
applicationIdSuffix '.nightly'
signingConfig signingConfigs.nightly
manifestPlaceholders = [oAuthScheme:"moshidon-android-nightly-auth"]
}
playRelease{
initWith release