File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ android {
2121 minSdkVersion 15
2222 compileSdkVersion 35
2323 targetSdkVersion 35
24- versionCode 217
25- versionName " 3.24.0 "
24+ versionCode 218
25+ versionName " 3.24.1 "
2626 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
2727 }
2828 buildTypes {
Original file line number Diff line number Diff line change 1+ * fix private space shortcuts
2+ * fix widgets not working properly
3+ * fix widget size not always applied properly beginning with android 12
4+ * fix history screen closing by itself on refresh
5+ * fix theme for KISS settings, do not apply advanced theme customisations
6+ * fix call option not showing for phone number
7+ * make internal shortcut id unique to allow multiple shortcuts with same name
8+ * convert keypad letters to digits during phone number normalization
9+ * use updated search algorithm by default
10+ * add setting to define how matches in results are highlighted
You can’t perform that action at this time.
0 commit comments