From 8c8f6cf8bd4bb7a968f4488a04d82ed4ea82d828 Mon Sep 17 00:00:00 2001 From: Ko Shin <58778480+kkoshin@users.noreply.github.com> Date: Fri, 14 Jun 2024 15:10:52 +0800 Subject: [PATCH] chore: bump version to alpha2 - update action --- .github/workflows/package.yml | 2 ++ composeApp/build.gradle.kts | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 55c71e2..f6b25ca 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -2,6 +2,8 @@ name: Build Release APK on: workflow_dispatch: + release: + types: [ created ] jobs: diff --git a/composeApp/build.gradle.kts b/composeApp/build.gradle.kts index 022dda0..970ca14 100644 --- a/composeApp/build.gradle.kts +++ b/composeApp/build.gradle.kts @@ -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