From 21c8f88d9185f9ae3d8868d22d8894c7ce542841 Mon Sep 17 00:00:00 2001 From: easyhz Date: Thu, 15 Aug 2024 19:35:43 +0900 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20workflow=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/android.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 0a477250..1868072e 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -1,8 +1,8 @@ -name: Android CI +name: Android dev CI on: push: - branches: [ "main", "dev" ] + branches: [ "dev" ] jobs: build: From 138678d84041b2a0ea04a5b8a613bf8a5281a84c Mon Sep 17 00:00:00 2001 From: easyhz Date: Thu, 15 Aug 2024 19:35:53 +0900 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20versionCode=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index fdca6cc7..2c2fa266 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -16,7 +16,7 @@ android { defaultConfig { applicationId = "com.easyhz.noffice" - versionCode = 2 + versionCode = 3 versionName = "1.0" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"