Skip to content

Commit

Permalink
refactor: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Blank committed Oct 3, 2024
1 parent b814739 commit 2175e6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
<uses-permission android:name="android.permission.VIBRATE" />
<application
android:label="Vaani"
android:name="${applicationName}" android:usesCleartextTraffic="true"
android:name="${applicationName}"
android:usesCleartextTraffic="true"
android:icon="@mipmap/ic_launcher">
<!-- android:name=".MainActivity" -->
<activity
Expand Down

0 comments on commit 2175e6d

Please sign in to comment.