Skip to content

Commit

Permalink
chore: bump version to alpha2
Browse files Browse the repository at this point in the history
- update action
  • Loading branch information
kkoshin authored Jun 14, 2024
1 parent abbe2aa commit 8c8f6cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Build Release APK

on:
workflow_dispatch:
release:
types: [ created ]

jobs:

Expand Down
2 changes: 1 addition & 1 deletion composeApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ android {
minSdk = libs.versions.android.minSdk.get().toInt()
targetSdk = libs.versions.android.targetSdk.get().toInt()
versionCode = 1
versionName = "0.1.0-alpha1"
versionName = "0.1.0-alpha2"
ndk {
abiFilters.clear()
//noinspection ChromeOsAbiSupport
Expand Down

0 comments on commit 8c8f6cf

Please sign in to comment.