Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
d3b894f
refactor: Contributors 사진 크기 조절
dpcks0509 Mar 23, 2025
7c9dbad
test: ci/cd
jinuemong Mar 23, 2025
004da66
test: ci/cd
jinuemong Mar 23, 2025
e2507b0
test: ci/cd
jinuemong Mar 23, 2025
42928bb
test: ci/cd
jinuemong Mar 23, 2025
ead818f
test: ci/cd
jinuemong Mar 23, 2025
e635760
test: ci/cd
jinuemong Mar 23, 2025
c00343e
Merge pull request #5 from TeamDATEROAD/test/cicd
jinuemong Mar 23, 2025
2407123
[feat] KaKao 장소 검색 API 연결 (#9)
dpcks0509 Mar 25, 2025
1e55fae
[feat] DefaultButtonSheet 생성 & Point 수집 UI 적용 (#10)
jinuemong Mar 26, 2025
3e38d70
[feat] 썸네일 UI & 로직 구현 (#16)
jinuemong Mar 27, 2025
9cbfc1f
[feat] 코스 등록 네비게이션 구현 & 디자인 요구사항 적용 (#18)
jinuemong Mar 29, 2025
f34e4ce
[feat] 장소 검색 바텀시트 UI 구현 및 데이터 연결 (#19)
dpcks0509 Mar 30, 2025
b8f5148
[feat] 장소에 도로명 주소 추가 (#21)
dpcks0509 Mar 31, 2025
611d1b6
[feat] 시청형 광고 구현 (#26)
jinuemong Apr 3, 2025
5b1f9c5
[feat] 장소검색 Paging 무한스크롤 & Debounce 적용 (#28)
dpcks0509 Apr 5, 2025
65c816b
[feat] 포인트 로깅 추가 (#31)
jinuemong Apr 7, 2025
0584234
fix : Date 인덱스 수정 (#32)
jinuemong Apr 7, 2025
387214d
[refactor] 장소 검색 LazyPaging 로직 개선 (#34)
jinuemong Apr 7, 2025
b630cbd
fix: 장소 등록 키보드, 바텀시트 애니메이션 겹침 해결 (#36)
dpcks0509 Apr 7, 2025
244332c
[release] 1.0.1 (#39)
jinuemong Apr 7, 2025
fc25615
feat : 빌드 키 추가
jinuemong Apr 8, 2025
c98c937
_
jinuemong Mar 23, 2025
2f08725
_
jinuemong Mar 23, 2025
e0d2668
_
jinuemong Mar 23, 2025
c89c999
test: ci/cd
jinuemong Mar 23, 2025
579b259
[feat] KaKao 장소 검색 API 연결 (#9)
dpcks0509 Mar 25, 2025
a4b3078
[feat] DefaultButtonSheet 생성 & Point 수집 UI 적용 (#10)
jinuemong Mar 26, 2025
016ad44
[feat] 썸네일 UI & 로직 구현 (#16)
jinuemong Mar 27, 2025
a721c0a
[feat] 코스 등록 네비게이션 구현 & 디자인 요구사항 적용 (#18)
jinuemong Mar 29, 2025
7cdcd9d
[feat] 장소 검색 바텀시트 UI 구현 및 데이터 연결 (#19)
dpcks0509 Mar 30, 2025
48f4151
[feat] 장소에 도로명 주소 추가 (#21)
dpcks0509 Mar 31, 2025
c3a6196
[feat] 시청형 광고 구현 (#26)
jinuemong Apr 3, 2025
5ebb6cf
[feat] 장소검색 Paging 무한스크롤 & Debounce 적용 (#28)
dpcks0509 Apr 5, 2025
3882d96
[feat] 포인트 로깅 추가 (#31)
jinuemong Apr 7, 2025
67d727c
[refactor] 장소 검색 LazyPaging 로직 개선 (#34)
jinuemong Apr 7, 2025
635d3e9
fix: 장소 등록 키보드, 바텀시트 애니메이션 겹침 해결 (#36)
dpcks0509 Apr 7, 2025
705fc7a
feat : 빌드 키 추가
jinuemong Apr 8, 2025
7ececae
Merge remote-tracking branch 'origin/develop' into develop
jinuemong Apr 8, 2025
3b688fa
feat : 빌드 키 추가
jinuemong Apr 8, 2025
7821b1b
feat : 빌드 키 추가
jinuemong Apr 8, 2025
45d6747
feat : 빌드 키 추가
jinuemong Apr 8, 2025
9d25e88
feat : 빌드 키 추가
jinuemong Apr 8, 2025
56ce39c
feat : 빌드 키 추가
jinuemong Apr 8, 2025
1e1511b
feat : 빌드 키 추가
jinuemong Apr 8, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 29 additions & 11 deletions .github/workflows/android_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
restore-keys: |
${{ runner.os }}-gradle-

- name: set up JDK 17
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: 17
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Decode google-services.json
env:
FIREBASE_SECRET: ${{ secrets.FIREBASE_SECRET }}
run: echo $FIREBASE_SECRET > app/google-services.json
run: echo "$FIREBASE_SECRET" > app/google-services.json

- name: Access local properties
env:
Expand All @@ -54,22 +54,39 @@ jobs:
GOOGLE_ADS_API_ID: ${{ secrets.GOOGLE_ADS_API_ID }}
GOOGLE_ADS_API_ID_MANIFEST: ${{ secrets.GOOGLE_ADS_API_ID }}
run: |
echo "dev.base.url=\"$BASE_URL\"" >> local.properties
echo "dev.base.url=\"$HFM_BASE_URL\"" >> local.properties
echo "kakao.native.app.key.manifest=\"$KAKAO_NATIVE_APP_KEY_MANIFEST\"" >> local.properties
echo "kakao.native.app.key=\"$KAKAO_NATIVE_APP_KEY\"" >> local.properties
echo "amplitude.dev.api.key=\"$AMPLITUDE_API_KEY\"" >> local.properties
echo "google.ads.api.id=\"GOOGLE_ADS_API_ID\"" >> local.properties
echo "google.ads.api.id.manifest=\"GOOGLE_ADS_API_ID_MANIFEST\"" >> local.properties
echo "google.ads.api.id=\"$GOOGLE_ADS_API_ID\"" >> local.properties
echo "google.ads.api.id.manifest=\"$GOOGLE_ADS_API_ID_MANIFEST\"" >> local.properties

- name: Build Release APK
- name: Decode Keystore
run: echo "${{ secrets.KEYSTORE_BASE64 }}" | base64 -d > app/date_road.keystore

- name: Export signing environment
run: |
./gradlew :app:assembleRelease
echo "STORE_PASSWORD=${{ secrets.KEYSTORE_PASSWORD }}" >> $GITHUB_ENV
echo "KEY_ALIAS=${{ secrets.KEY_ALIAS }}" >> $GITHUB_ENV
echo "KEY_PASSWORD=${{ secrets.KEY_PASSWORD }}" >> $GITHUB_ENV

- name: Build Signed Release APK
run: ./gradlew :app:assembleRelease

- name: Upload Signed APK
uses: actions/upload-artifact@v4
with:
name: release-apk
path: ./app/build/outputs/apk/release/app-release.apk

- name: Build Signed Release AAB
run: ./gradlew :app:bundleRelease

- name: Upload Release APK
- name: Upload Signed AAB
uses: actions/upload-artifact@v4
with:
name: release
path: ./app/build/outputs/apk/release/app-release-unsigned.apk
name: release-aab
path: ./app/build/outputs/bundle/release/app-release.aab

- name: Discord Notify - Success
if: ${{ success() }}
Expand All @@ -81,7 +98,8 @@ jobs:
username: DATEROAD-ANDROID 🍫
content: |
Release Test가 완료되었습니다!
[❇️ APK를 다운로드해 보세요! ❇️](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})
[❇️ APK 다운로드](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})
[📦 AAB 다운로드](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})

- name: Discord Notify - Failure
if: ${{ failure() }}
Expand Down
16 changes: 16 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ val properties = Properties().apply {
}

android {
val keystoreFile = file("date_road.keystore")

namespace = "org.sopt.teamdateroad"
compileSdk = libs.versions.compileSdk.get().toInt()

Expand All @@ -37,6 +39,16 @@ android {
manifestPlaceholders["KAKAO_NATIVE_APP_KEY_MANIFEST"] = properties["kakao.native.app.key.manifest"] as String
manifestPlaceholders["GOOGLE_ADS_API_ID_MANIFEST"] = properties["google.ads.api.id.manifest"] as String
}
signingConfigs {
if (keystoreFile.exists()) {
create("release") {
storeFile = keystoreFile
storePassword = System.getenv("STORE_PASSWORD")
keyAlias = System.getenv("KEY_ALIAS")
keyPassword = System.getenv("KEY_PASSWORD")
}
}
}

buildTypes {
debug {
Expand All @@ -47,6 +59,9 @@ android {
}

release {
if (keystoreFile.exists()) {
signingConfig = signingConfigs.getByName("release")
}
isMinifyEnabled = true
isShrinkResources = true
buildConfigField("String", "BASE_URL", properties["prod.base.url"].toString())
Expand All @@ -58,6 +73,7 @@ android {
)
}
}

compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
Expand Down