Thanks to visit codestin.com Credit goes to github.com
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 3b98f8c commit 1190955Copy full SHA for 1190955
app/build.gradle.kts
@@ -29,7 +29,7 @@ plugins {
29
val dataDescriptorName = "descriptor.json"
30
31
// NOTE: increase this value to bump version code
32
-val baseVersionCode = 1
+val baseVersionCode = 2
33
34
fun calculateVersionCode(abi: String): Int {
35
val abiId = when (abi) {
app/src/main/cpp/CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.18)
2
3
-project(fcitx5-android VERSION 0.0.3)
+project(fcitx5-android VERSION 0.0.4)
4
5
set(CMAKE_CXX_STANDARD 17)
6
0 commit comments