Skip to content

Commit

Permalink
use tools:targetApi for lint suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
solrudev committed Jun 6, 2024
1 parent 5a608a7 commit 529631c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
android:supportsRtl="true"
android:theme="@style/Theme.OkkeiPatcher"
android:localeConfig="@xml/locales_config"
tools:ignore="UnusedAttribute">
tools:targetApi="34">

<activity
android:name=".ui.navhost.NavHostActivity"
Expand Down

0 comments on commit 529631c

Please sign in to comment.