Skip to content

Commit

Permalink
chore(version) : release 1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ZCShou committed May 28, 2024
1 parent 7d04e7b commit 57d00d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
tags:
- 'Release*'
- '*'

permissions:
contents: write
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android {
minSdkVersion 27
//noinspection ExpiredTargetSdkVersion
targetSdkVersion 32
versionCode 1120
versionName '1.12.0' // https://semver.org/lang/zh-CN/
versionCode 1121
versionName '1.12.1' // https://semver.org/lang/zh-CN/
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
resConfigs 'zh', 'zh-rCN', 'en', 'en-rUS'
ndk {
Expand Down

0 comments on commit 57d00d9

Please sign in to comment.