Skip to content

Commit

Permalink
Bump 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rocka committed Feb 3, 2023
1 parent 3b98f8c commit 1190955
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ plugins {
val dataDescriptorName = "descriptor.json"

// NOTE: increase this value to bump version code
val baseVersionCode = 1
val baseVersionCode = 2

fun calculateVersionCode(abi: String): Int {
val abiId = when (abi) {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.18)

project(fcitx5-android VERSION 0.0.3)
project(fcitx5-android VERSION 0.0.4)

set(CMAKE_CXX_STANDARD 17)

Expand Down

0 comments on commit 1190955

Please sign in to comment.