Skip to content

Commit a49a802

Browse files
committed
V3.3
1 parent aa2685a commit a49a802

File tree

4 files changed

+31
-2
lines changed

4 files changed

+31
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ android {
1515
applicationId "org.woheller69.whisper"
1616
minSdk 28
1717
targetSdk 34
18-
versionCode 32
19-
versionName "3.2"
18+
versionCode 33
19+
versionName "3.3"
2020

2121
}
2222

app/src/main/AndroidManifest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
tools:ignore="QueryAllPackagesPermission" />
1717

1818
<application
19+
android:allowBackup="false"
20+
android:fullBackupContent="false"
21+
android:dataExtractionRules="@xml/data_extraction_rules"
1922
android:icon="@mipmap/ic_launcher"
2023
android:label="@string/app_name"
2124
android:supportsRtl="true"
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<?xml version="1.0" encoding="utf-8"?><!--
2+
Sample data extraction rules file; uncomment and customize as necessary.
3+
See https://developer.android.com/about/versions/12/backup-restore#xml-changes
4+
for details.
5+
-->
6+
<data-extraction-rules>
7+
<cloud-backup>
8+
<exclude domain="root"/>
9+
<exclude domain="file"/>
10+
<exclude domain="database"/>
11+
<exclude domain="sharedpref"/>
12+
<exclude domain="external"/>
13+
</cloud-backup>
14+
15+
<device-transfer>
16+
<exclude domain="root"/>
17+
<exclude domain="file"/>
18+
<exclude domain="database"/>
19+
<exclude domain="sharedpref"/>
20+
<exclude domain="external"/>
21+
</device-transfer>
22+
</data-extraction-rules>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Haptic feedback for recognition service
2+
Exclude from system backup
3+
Translations
4+
Bugfix

0 commit comments

Comments
 (0)