Skip to content

Commit

Permalink
fix: merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmeese7 committed Sep 17, 2024
1 parent 5fe501b commit aa2cd11
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="enterprises.meese.whiterose">
xmlns:tools="http://schemas.android.com/tools">

<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
Expand All @@ -14,8 +13,7 @@
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.Whiterose"
tools:targetApi="31">
android:theme="@style/Theme.Whiterose">
<activity
android:name=".MainActivity"
android:exported="true"
Expand Down

0 comments on commit aa2cd11

Please sign in to comment.