Skip to content

Commit

Permalink
chore: use Android Studio default formatting (#1120)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmiszewski-intent authored Oct 17, 2023
1 parent fe7f5af commit 1560d5e
Show file tree
Hide file tree
Showing 48 changed files with 4,181 additions and 4,176 deletions.
4 changes: 2 additions & 2 deletions android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.bleplx"
xmlns:tools="http://schemas.android.com/tools">
package="com.bleplx"
xmlns:tools="http://schemas.android.com/tools">

<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
Expand Down
3 changes: 1 addition & 2 deletions android/src/main/AndroidManifestNew.xml
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
</manifest>
<manifest></manifest>
Loading

0 comments on commit 1560d5e

Please sign in to comment.