Skip to content

Commit

Permalink
Merge branch 'update' of https://github.com/DerGoogler/MMRL into update
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler committed Nov 11, 2023
2 parents 4cb1fe3 + d19bce1 commit c37a9d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="https" android:host="mmrl.dergoogler.com" />
<data android:scheme="mmrl" android:host="mmrl.dergoogler.com" />
</intent-filter>
</activity>
</application>
Expand Down

0 comments on commit c37a9d0

Please sign in to comment.