Skip to content

Commit 7f09c11

Browse files
committed
Advance version number to 1.23.9
1 parent 47261db commit 7f09c11

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

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+
38
## 1.23.8
49
* Add blur effect to pie menu and app listing
510
* Add an option for a lighter dark background

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
minSdk 9
99
targetSdk sdk_version
1010

11-
versionCode 61
12-
versionName '1.23.8'
11+
versionCode 62
12+
versionName '1.23.9'
1313
}
1414

1515
signingConfigs {

0 commit comments

Comments
 (0)