Skip to content

Commit

Permalink
Add default manifest placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed May 31, 2022
1 parent bf89a8b commit f2e996e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ android {

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "proguard-rules.pro"

manifestPlaceholders = [
'torusRedirectScheme' : 'torusapp',
'torusRedirectHost' : 'org.torusresearch.customauthandroid',
'torusRedirectPathPrefix': '/redirect'
]
}

buildTypes {
Expand Down

0 comments on commit f2e996e

Please sign in to comment.