File tree Expand file tree Collapse file tree 4 files changed +31
-2
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 4 files changed +31
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 1+ Haptic feedback for recognition service
2+ Exclude from system backup
3+ Translations
4+ Bugfix
You can’t perform that action at this time.
0 commit comments