Skip to content

Commit

Permalink
chore: release v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Xtr126 authored Sep 21, 2024
1 parent 7ef9e7a commit 1cc63bd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/release-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ jobs:
- name: Build with Gradle
run: ./gradlew app:assembleRelease

- name: Release
uses: "marvinpinto/action-automatic-releases@latest"
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
automatic_release_tag: "v2.2.1"
draft: true
files: |
app/build/outputs/apk/release/*.apk
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: 'app/build/outputs/apk/release/*.apk'
asset_name: app-release.zip
tag: v2.3.0
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 17
versionName '2.2.1'
versionCode 18
versionName '2.3.0'

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit 1cc63bd

Please sign in to comment.