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

@@ -41,7 +41,7 @@
<action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.BROWSABLE"/>
<category android:name="android.intent.category.DEFAULT"/>
<data android:scheme="moshidon-android-auth" android:host="callback"/>
<data android:scheme="${oAuthScheme}" android:host="callback"/>
</intent-filter>
</activity>
<activity android:name=".ExternalShareActivity" android:exported="true" android:configChanges="orientation|screenSize" android:windowSoftInputMode="adjustResize"