From 51a9a539bcfc1427ff707e69a79ca3af9d3e14bf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E1=84=80=E1=85=B5=E1=86=B7=E1=84=83=E1=85=A1=E1=84=87?=
=?UTF-8?q?=E1=85=B5=E1=86=AB=5BS=20Android=20Tech=5D?= <>
Date: Thu, 2 Jul 2026 11:01:53 +0900
Subject: [PATCH 1/2] no message
---
app/src/main/res/color/selector_cardpack_tab_cardyou_text.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/src/main/res/color/selector_cardpack_tab_cardyou_text.xml b/app/src/main/res/color/selector_cardpack_tab_cardyou_text.xml
index cb2c025..98e9bda 100644
--- a/app/src/main/res/color/selector_cardpack_tab_cardyou_text.xml
+++ b/app/src/main/res/color/selector_cardpack_tab_cardyou_text.xml
@@ -3,5 +3,5 @@
-
+
\ No newline at end of file
From acc04eea9ca5de99e9d9a9131fc0a44be5126cc9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E1=84=80=E1=85=B5=E1=86=B7=E1=84=83=E1=85=A1=E1=84=87?=
=?UTF-8?q?=E1=85=B5=E1=86=AB=5BS=20Android=20Tech=5D?= <>
Date: Thu, 9 Jul 2026 15:49:03 +0900
Subject: [PATCH 2/2] =?UTF-8?q?=EC=88=98=EC=A0=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.github/workflows/slack-test-1.yml | 11 +++++------
app/build.gradle | 1 +
.../res/color/selector_cardpack_tab_cardyou_text.xml | 2 +-
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/slack-test-1.yml b/.github/workflows/slack-test-1.yml
index 0bb38c9..53366ab 100644
--- a/.github/workflows/slack-test-1.yml
+++ b/.github/workflows/slack-test-1.yml
@@ -3,7 +3,7 @@ name: "๐ ๏ธ ์ค์ผ์ฅด: ๋ฆฌ๋ทฐ ๋ฆฌ๋ง์ธ๋"
on:
schedule:
- - cron: "10 2 * * *" # UTC 02:00 = KST 11:00 (๋งค์ผ)
+ - cron: "10 2 * * *" # UTC 02:00 = KST 11:00 (๋งค์ผ)
workflow_dispatch:
permissions:
@@ -56,11 +56,11 @@ jobs:
[ -z "$requested" ] && continue
# ์ด PR์ ๋๊ธฐ ์ค์ธ ๊ฐ ๋ฆฌ๋ทฐ์ด ํญ๋ชฉ์ ๋์
- line="PR: #${number} ${title}\n์์ฑ์: ${author}\n๋์ ๋ธ๋์น: ${QA_TARGET_BRANCH}\n๋งํฌ: ${url}"
+ line="PR: #${number} ${title}"$'\n'"์์ฑ์: ${author}"$'\n'"๋์ ๋ธ๋์น: ${QA_TARGET_BRANCH}"$'\n'"๋งํฌ: ${url}"
while read -r reviewer; do
[ -z "$reviewer" ] && continue
if [ -n "${PENDING_BY_REVIEWER[$reviewer]:-}" ]; then
- PENDING_BY_REVIEWER[$reviewer]="${PENDING_BY_REVIEWER[$reviewer]}\n\n${line}"
+ PENDING_BY_REVIEWER[$reviewer]="${PENDING_BY_REVIEWER[$reviewer]}"$'\n\n'"${line}"
else
PENDING_BY_REVIEWER[$reviewer]="${line}"
fi
@@ -82,10 +82,9 @@ jobs:
fi
body="${PENDING_BY_REVIEWER[$reviewer]}"
- text="๐ ๋ฆฌ๋ทฐ ๋๊ธฐ ์๋ฆผ\n\n${mention} ๋, ๋ฆฌ๋ทฐ ๋๊ธฐ ์ค์ธ PR์ด ์์ต๋๋ค.\n\n${body}"
+ text="๐ ๋ฆฌ๋ทฐ ๋๊ธฐ ์๋ฆผ"$'\n\n'"${mention} ๋, ๋ฆฌ๋ทฐ ๋๊ธฐ ์ค์ธ PR์ด ์์ต๋๋ค."$'\n\n'"${body}"
- # \n ์ ์ค์ ๊ฐํ์ผ๋ก ๋ณํ ํ JSON ๋ฌธ์์ด๋ก ์์ ํ๊ฒ ๊ฐ์ธ๊ธฐ
- payload=$(printf '%b' "$text" | jq -Rs '{text: .}')
+ payload=$(jq -n --arg text "$text" '{text: $text}')
curl -s -X POST -H 'Content-type: application/json' \
--data "$payload" \
"${SLACK_WEBHOOK_URL}"
diff --git a/app/build.gradle b/app/build.gradle
index 14282d7..e911f49 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -28,6 +28,7 @@ android {
buildConfigField "String", "NAVER_API_CLIENT_SECRET", properties["naver_api_client_secret"]
buildConfigField "String", "NAVER_API_CLIENT_ID", properties["naver_api_client_id"]
buildConfigField "String", "NAVER_API_APP_NAME", properties["naver_api_app_name"]
+
buildConfigField "String", "KAKAO_NATIVE_KEY", properties["kakao_native_key"]
}
diff --git a/app/src/main/res/color/selector_cardpack_tab_cardyou_text.xml b/app/src/main/res/color/selector_cardpack_tab_cardyou_text.xml
index 98e9bda..cb2c025 100644
--- a/app/src/main/res/color/selector_cardpack_tab_cardyou_text.xml
+++ b/app/src/main/res/color/selector_cardpack_tab_cardyou_text.xml
@@ -3,5 +3,5 @@
-
+
\ No newline at end of file