Skip to content

Commit 733d200

Browse files
authored
chore: release v2.4.3
1 parent 4a95bc9 commit 733d200

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release-apk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
repo_token: ${{ secrets.GITHUB_TOKEN }}
6161
file: 'app/build/outputs/apk/release/*.apk'
6262
asset_name: app-release.zip
63-
tag: v2.4.2
63+
tag: v2.4.3
6464
overwrite: true
6565
file_glob: true
6666
draft: true

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ android {
2121
applicationId "xtr.keymapper"
2222
minSdk 25
2323
targetSdk 34
24-
versionCode 22
25-
versionName '2.4.2'
24+
versionCode 23
25+
versionName '2.4.3'
2626

2727
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2828

0 commit comments

Comments
 (0)