Skip to content

Commit 18e8ed1

Browse files
committed
Suppress dataExtractionRules API 31+ warning
1 parent 73a1bce commit 18e8ed1

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
## [Unreleased]
55

6+
- Suppressed `dataExtractionRules` API 31+ warning
7+
68

79
## [v1.0.0] (50) First stable (2023-01-29)
810

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
-->
88
<manifest
99
xmlns:android="http://schemas.android.com/apk/res/android"
10+
xmlns:tools="http://schemas.android.com/tools"
1011
package="io.github.yawnoc.strokeinput"
1112
>
1213
<application
@@ -18,6 +19,7 @@
1819
android:roundIcon="@mipmap/icon_launcher_round"
1920
android:supportsRtl="true"
2021
android:theme="@style/Theme.StrokeInput"
22+
tools:targetApi="s"
2123
>
2224
<service
2325
android:name=".StrokeInputService"

0 commit comments

Comments
 (0)