fix: intent_filter after update of sdkCompileVersion

upgrade-2021-project
Stefan Haslinger 2022-03-04 16:53:42 +01:00
parent 5f725f7e11
commit d966b7dd14
2 changed files with 1 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -35,7 +35,6 @@
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="stravaflutter" android:host="redirect" />
<data android:pathPattern="/.*" />
</intent-filter>
</activity>
</application>