File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ plugins {
29
29
val dataDescriptorName = " descriptor.json"
30
30
31
31
// NOTE: increase this value to bump version code
32
- val baseVersionCode = 2
32
+ val baseVersionCode = 3
33
33
34
34
fun calculateVersionCode (abi : String ): Int {
35
35
val abiId = when (abi) {
Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.18 )
2
2
3
- project (fcitx5-android VERSION 0.0.4 )
3
+ project (fcitx5-android VERSION 0.0.5 )
4
4
5
5
set (CMAKE_CXX_STANDARD 17 )
6
6
Original file line number Diff line number Diff line change 25
25
- "Copy" button in clipboard edit dialog doesn't work
26
26
- Some preferences does not take effect until restarting input method (recreate InputView actually)
27
27
- Popup keyboard's background highlight misalign when using some fonts
28
+ - Punctuation mapping lost after rotating screen (recreate InputView actually)
You can’t perform that action at this time.
0 commit comments