Skip to content

Commit

Permalink
Fix exception thrown when q is pressed in console while app running…
Browse files Browse the repository at this point in the history
… on Android
  • Loading branch information
inetic committed Aug 13, 2024
1 parent 2796c66 commit 238367b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
-->
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="${applicationId}"
package="org.equalitie.ouisync_app"
xmlns:tools="http://schemas.android.com/tools">

<uses-permission android:name="android.permission.INTERNET"/>
Expand Down

0 comments on commit 238367b

Please sign in to comment.