File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151```
5252RunCombi_Android/
5353├── app/ # 메인 애플리케이션 모듈
54- │ ├── src/main/
55- │ │ ├── java/com/combo/runcombi/
56- │ │ │ ├── Application.kt # 애플리케이션 클래스
57- │ │ │ └── service/ # ForegroundService
58- │ │ │ ├── WalkTrackingService.kt
59- │ │ │ ├── WalkTrackingServiceHelper.kt
60- │ │ │ └── WalkTrackingDataManager.kt
61- │ │ └── AndroidManifest.xml
62- │ └── build.gradle.kts
6354├── build-logic/ # 빌드 로직 모듈
64- │ └── src/main/java/
65- │ └── runcombi.android.*.gradle.kts # 커스텀 플러그인
6655├── core/ # 핵심 공통 모듈
6756│ ├── analytics/ # 분석 도구
6857│ ├── data/ # 데이터 계층
@@ -97,7 +86,7 @@ RunCombi_Android/
9786
9887### 📱 App Module
9988- ** 역할** : 메인 애플리케이션 진입점
100- - ** 주요 구성** : Application 클래스, ForegroundService, AndroidManifest
89+ - ** 주요 구성** : Application 클래스, AndroidManifest
10190- ** 특징** : 모든 모듈을 통합하고 의존성 주입 설정
10291
10392### 🏗️ Build-Logic Module
You can’t perform that action at this time.
0 commit comments