Skip to content

Commit

Permalink
added meta data
Browse files Browse the repository at this point in the history
  • Loading branch information
DatL4g committed Mar 18, 2024
1 parent 22158db commit 4b29155
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/android/src/androidMain/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,14 @@
android:name="instantapps.clients.allowed"
android:value="true" />

<meta-data
android:name="open_source"
android:value="true" />

<meta-data
android:name="open_source_license"
android:value="GNU GENERAL PUBLIC LICENSE Version 3" />

<receiver
android:name="androidx.mediarouter.media.MediaTransferReceiver"
android:exported="true" />
Expand Down

0 comments on commit 4b29155

Please sign in to comment.