From 33e8e0db5f1aad52ff43bf9fd595c575d9c26c52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=9B=85=EC=9E=AC?= <55623699+wjchoi96@users.noreply.github.com> Date: Fri, 22 Mar 2024 22:26:22 +0900 Subject: [PATCH 1/2] =?UTF-8?q?chore:=20cd=20sign=5Fapk=20=EC=98=A4?= =?UTF-8?q?=EB=A5=98=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_cd.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/android_cd.yml b/.github/workflows/android_cd.yml index fbc70338..bc1f0223 100644 --- a/.github/workflows/android_cd.yml +++ b/.github/workflows/android_cd.yml @@ -167,6 +167,9 @@ jobs: alias: ${{ secrets.KEY_ALIAS }} keyStorePassword: ${{ secrets.KEY_PASSWORD }} keyPassword: ${{ secrets.KEY_PASSWORD }} + env: + # override default build-tools version (33.0.0) -- optional + BUILD_TOOLS_VERSION: "34.0.0" - name: Firebase App Distribution uses: wzieba/Firebase-Distribution-Github-Action@v1 From 45e45aeeea612bfa1b3767d7193f93c0095bf061 Mon Sep 17 00:00:00 2001 From: wjchoi96 Date: Fri, 22 Mar 2024 22:29:24 +0900 Subject: [PATCH 2/2] =?UTF-8?q?feat:TOP-95=20Api=20BaseUrl=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD=20=EB=8C=80=EC=9D=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/xml/network_security_config.xml | 2 +- data/src/main/java/com/tht/tht/data/constant/THTApiConstant.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/xml/network_security_config.xml b/app/src/main/res/xml/network_security_config.xml index 38df888a..925f0e35 100644 --- a/app/src/main/res/xml/network_security_config.xml +++ b/app/src/main/res/xml/network_security_config.xml @@ -1,6 +1,6 @@ - tht-talk.store + tht-talk.co.kr diff --git a/data/src/main/java/com/tht/tht/data/constant/THTApiConstant.kt b/data/src/main/java/com/tht/tht/data/constant/THTApiConstant.kt index 1709d7fb..65c9ec19 100644 --- a/data/src/main/java/com/tht/tht/data/constant/THTApiConstant.kt +++ b/data/src/main/java/com/tht/tht/data/constant/THTApiConstant.kt @@ -3,7 +3,7 @@ package com.tht.tht.data.constant object THTApiConstant { const val TIMEOUT_MILLIS = 5000L - const val BASE_URL = "http://tht-talk.store/" + const val BASE_URL = "http://tht-talk.co.kr/" object Signup { const val AUTHENTICATION_NUM = "users/join/certification/phone-number"