Skip to content

Commit

Permalink
Add target API to manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecorry31 committed Apr 22, 2023
1 parent 8c0f1e0 commit 72eb10d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
android:resizeableActivity="false"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
android:theme="@style/AppTheme"
tools:targetApi="tiramisu">
<activity
android:name="com.kylecorry.trail_sense.main.MainActivity"
android:exported="true"
Expand Down

0 comments on commit 72eb10d

Please sign in to comment.