Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1190955

Browse files
committed
Bump 0.0.4
1 parent 3b98f8c commit 1190955

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ plugins {
2929
val dataDescriptorName = "descriptor.json"
3030

3131
// NOTE: increase this value to bump version code
32-
val baseVersionCode = 1
32+
val baseVersionCode = 2
3333

3434
fun calculateVersionCode(abi: String): Int {
3535
val abiId = when (abi) {

app/src/main/cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.18)
22

3-
project(fcitx5-android VERSION 0.0.3)
3+
project(fcitx5-android VERSION 0.0.4)
44

55
set(CMAKE_CXX_STANDARD 17)
66

0 commit comments

Comments
 (0)