Skip to content

Commit

Permalink
chore: Fix target api declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielGreenEngineer committed Dec 16, 2024
1 parent ddccd74 commit 2b2c223
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sample/src/personaclick/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
android:supportsRtl="true"
android:theme="@style/AppTheme"
tools:replace="android:name"
tools:ignore="GoogleAppIndexingWarning">
tools:ignore="GoogleAppIndexingWarning"
tools:targetApi="m">

<activity
android:name="com.personaclick.sample.MainActivity"
Expand Down

0 comments on commit 2b2c223

Please sign in to comment.