We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47261db commit 7f09c11Copy full SHA for 7f09c11
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Change Log
2
3
+## 1.23.9
4
+* Add an option to make the home button configurable
5
+* Keep scroll position at app updates
6
+* Improve app search
7
+
8
## 1.23.8
9
* Add blur effect to pie menu and app listing
10
* Add an option for a lighter dark background
app/build.gradle
@@ -8,8 +8,8 @@ android {
minSdk 9
targetSdk sdk_version
11
- versionCode 61
12
- versionName '1.23.8'
+ versionCode 62
+ versionName '1.23.9'
13
}
14
15
signingConfigs {
0 commit comments