Skip to content

Commit

Permalink
try fix android manifest for high SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
tbenr committed Nov 20, 2024
1 parent 5180f1d commit 3a8c607
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/android-chatter/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:exported="true"
android:theme="@style/AppTheme">
<activity android:name="io.libp2p.example.chat.MainActivity">
<intent-filter>
Expand Down

0 comments on commit 3a8c607

Please sign in to comment.