Skip to content

Commit

Permalink
chore: release v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Xtr126 authored Oct 5, 2024
1 parent 8cafbbd commit cc0227a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: 'app/build/outputs/apk/release/*.apk'
asset_name: app-release.zip
tag: v2.3.0
tag: v2.3.1
overwrite: true
file_glob: true
draft: true
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ android {
applicationId "xtr.keymapper"
minSdk 28
targetSdk 34
versionCode 18
versionName '2.3.0'
versionCode 19
versionName '2.3.1'

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit cc0227a

Please sign in to comment.