We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2530dac commit b7a48d6Copy full SHA for b7a48d6
app/build.gradle
@@ -18,8 +18,8 @@ android {
18
applicationId 'fr.neamar.kiss'
19
minSdkVersion 15
20
targetSdkVersion 31
21
- versionCode 201
22
- versionName "3.17.4"
+ versionCode 202
+ versionName "3.17.5"
23
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
24
}
25
buildTypes {
fastlane/metadata/android/en-US/changelogs/202.txt
@@ -0,0 +1,6 @@
1
+* Improved widget picker (@TBog)
2
+* Fixes an issue with Xiaomi devices and widgets
3
+* Icon packs now uses shapes (@marunjar)
4
+* More option for results sizes
5
+* Shortcuts fixes
6
+* Work app icons fixes
0 commit comments