Skip to content

Commit cf4c065

Browse files
committed
Advance version number to 1.23.6
1 parent 4381ae9 commit cf4c065

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

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

3+
## 1.23.6
4+
* Update French translation
5+
* Fix icon mapping for packs using flattened strings
6+
* Fix launching apps with changing components
7+
* Fix checking for high refresh rate displays
8+
39
## 1.23.5
410
* Add an option to fade or slide app list in
511

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 58
12-
versionName '1.23.5'
11+
versionCode 59
12+
versionName '1.23.6'
1313
}
1414

1515
signingConfigs {
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
* Update French translation
2+
* Fix icon mapping for packs using flattened strings
3+
* Fix launching apps with changing components
4+
* Fix checking for high refresh rate displays
5+

0 commit comments

Comments
 (0)