We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73a1bce commit 18e8ed1Copy full SHA for 18e8ed1
2 files changed
CHANGELOG.md
@@ -3,6 +3,8 @@
3
4
## [Unreleased]
5
6
+- Suppressed `dataExtractionRules` API 31+ warning
7
+
8
9
## [v1.0.0] (50) First stable (2023-01-29)
10
app/src/main/AndroidManifest.xml
@@ -7,6 +7,7 @@
-->
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
11
package="io.github.yawnoc.strokeinput"
12
>
13
<application
@@ -18,6 +19,7 @@
18
19
android:roundIcon="@mipmap/icon_launcher_round"
20
android:supportsRtl="true"
21
android:theme="@style/Theme.StrokeInput"
22
+ tools:targetApi="s"
23
24
<service
25
android:name=".StrokeInputService"
0 commit comments