Skip to content

Commit

Permalink
Remove targetApi tools from manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
aminekarimii committed Mar 13, 2024
1 parent 4391dba commit 9d56cef
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

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

0 comments on commit 9d56cef

Please sign in to comment.