We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 536ebc1 commit 167fd2dCopy full SHA for 167fd2d
app/build.gradle
@@ -19,8 +19,8 @@ android {
19
applicationId 'fr.neamar.kiss'
20
minSdkVersion 15
21
targetSdkVersion 29
22
- versionCode 172
23
- versionName "3.12.2"
+ versionCode 173
+ versionName "3.13.0"
24
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
25
}
26
buildTypes {
fastlane/metadata/android/en-US/changelogs/173.txt
@@ -0,0 +1,5 @@
1
+* Feat: Multiple widgets are finally here! Please test them :) If you see any issues, report it at https://github.com/Neamar/KISS/issues
2
+* Feat: Resize widgets
3
+* Feat: Bring back tag menu
4
+* Fix: issues with favorites accessibility
5
+* Fix: hidden favorites when using internal fav bar
0 commit comments