Skip to content

Commit

Permalink
Merge pull request #122 from THT-Team/develop
Browse files Browse the repository at this point in the history
QA Apk BaesUrl 변경 대응
  • Loading branch information
cwj-c authored Mar 22, 2024
2 parents da1de40 + ec57f6a commit 7a2f466
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/android_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/xml/network_security_config.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
<domain-config cleartextTrafficPermitted="true">
<domain includeSubdomains="true">tht-talk.store</domain>
<domain includeSubdomains="true">tht-talk.co.kr</domain>
</domain-config>
</network-security-config>
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7a2f466

Please sign in to comment.