Skip to content

Commit 24f51aa

Browse files
committed
πŸŽ‰ ν”„λ‘œμ νŠΈ 생성 및 μ½”λ“œ μΆ”κ°€
ν”„λ‘œμ νŠΈ 생성 및 μ½”λ“œ μΆ”κ°€
0 parents  commit 24f51aa

File tree

191 files changed

+11062
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

191 files changed

+11062
-0
lines changed

β€Ž.gitignore

+187
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,187 @@
1+
# Created by https://www.toptal.com/developers/gitignore/api/kotlin,android,androidstudio
2+
# Edit at https://www.toptal.com/developers/gitignore?templates=kotlin,android,androidstudio
3+
4+
### Android ###
5+
# Gradle files
6+
.gradle/
7+
build/
8+
9+
# Local configuration file (sdk path, etc)
10+
local.properties
11+
12+
# Log/OS Files
13+
*.log
14+
15+
# Android Studio generated files and folders
16+
captures/
17+
.externalNativeBuild/
18+
.cxx/
19+
*.apk
20+
output.json
21+
22+
# IntelliJ
23+
*.iml
24+
.idea/
25+
misc.xml
26+
deploymentTargetDropDown.xml
27+
render.experimental.xml
28+
29+
# Keystore files
30+
*.jks
31+
*.keystore
32+
33+
# Google Services (e.g. APIs or Firebase)
34+
google-services.json
35+
36+
# Android Profiling
37+
*.hprof
38+
39+
### Android Patch ###
40+
gen-external-apklibs
41+
42+
# Replacement of .externalNativeBuild directories introduced
43+
# with Android Studio 3.5.
44+
45+
### Kotlin ###
46+
# Compiled class file
47+
*.class
48+
49+
# Log file
50+
51+
# BlueJ files
52+
*.ctxt
53+
54+
# Mobile Tools for Java (J2ME)
55+
.mtj.tmp/
56+
57+
# Package Files #
58+
*.jar
59+
*.war
60+
*.nar
61+
*.ear
62+
*.zip
63+
*.tar.gz
64+
*.rar
65+
66+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
67+
hs_err_pid*
68+
replay_pid*
69+
70+
### AndroidStudio ###
71+
# Covers files to be ignored for android development using Android Studio.
72+
73+
# Built application files
74+
*.ap_
75+
*.aab
76+
77+
# Files for the ART/Dalvik VM
78+
*.dex
79+
80+
# Java class files
81+
82+
# Generated files
83+
bin/
84+
gen/
85+
out/
86+
87+
# Gradle files
88+
.gradle
89+
90+
# Signing files
91+
.signing/
92+
93+
# Local configuration file (sdk path, etc)
94+
95+
# Proguard folder generated by Eclipse
96+
proguard/
97+
98+
# Log Files
99+
100+
# Android Studio
101+
/*/build/
102+
/*/local.properties
103+
/*/out
104+
/*/*/build
105+
/*/*/production
106+
.navigation/
107+
*.ipr
108+
*~
109+
*.swp
110+
111+
# Keystore files
112+
113+
# Google Services (e.g. APIs or Firebase)
114+
# google-services.json
115+
116+
# Android Patch
117+
118+
# External native build folder generated in Android Studio 2.2 and later
119+
.externalNativeBuild
120+
121+
# NDK
122+
obj/
123+
124+
# IntelliJ IDEA
125+
*.iws
126+
/out/
127+
128+
# User-specific configurations
129+
.idea/caches/
130+
.idea/libraries/
131+
.idea/shelf/
132+
.idea/workspace.xml
133+
.idea/tasks.xml
134+
.idea/.name
135+
.idea/compiler.xml
136+
.idea/copyright/profiles_settings.xml
137+
.idea/encodings.xml
138+
.idea/misc.xml
139+
.idea/modules.xml
140+
.idea/scopes/scope_settings.xml
141+
.idea/dictionaries
142+
.idea/vcs.xml
143+
.idea/jsLibraryMappings.xml
144+
.idea/datasources.xml
145+
.idea/dataSources.ids
146+
.idea/sqlDataSources.xml
147+
.idea/dynamic.xml
148+
.idea/uiDesigner.xml
149+
.idea/assetWizardSettings.xml
150+
.idea/gradle.xml
151+
.idea/jarRepositories.xml
152+
.idea/navEditor.xml
153+
154+
# Legacy Eclipse project files
155+
.classpath
156+
.project
157+
.cproject
158+
.settings/
159+
160+
# Mobile Tools for Java (J2ME)
161+
162+
# Package Files #
163+
164+
# virtual machine crash logs (Reference: http://www.java.com/en/download/help/error_hotspot.xml)
165+
166+
## Plugin-specific files:
167+
168+
# mpeltonen/sbt-idea plugin
169+
.idea_modules/
170+
171+
# JIRA plugin
172+
atlassian-ide-plugin.xml
173+
174+
# Mongo Explorer plugin
175+
.idea/mongoSettings.xml
176+
177+
# Crashlytics plugin (for Android Studio and IntelliJ)
178+
com_crashlytics_export_strings.xml
179+
crashlytics.properties
180+
crashlytics-build.properties
181+
fabric.properties
182+
183+
### AndroidStudio Patch ###
184+
185+
!/gradle/wrapper/gradle-wrapper.jar
186+
187+
# End of https://www.toptal.com/developers/gitignore/api/kotlin,android,androidstudio

β€Ž.gitmessage.txt

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# <νƒ€μž…> : <λ©”μ„Έμ§€> ν˜•μ‹μœΌλ‘œ μž‘μ„±ν•˜λ©° λ©”μ„Έμ§€λŠ” μ΅œλŒ€ 50κΈ€μž μ΄λ‚΄λ‘œ 무엇을 ν–ˆλŠ”μ§€ λͺ…ν™•ν•˜κ²Œ μž‘μ„±
2+
3+
################
4+
# λ³Έλ¬Έ(μΆ”κ°€ μ„€λͺ…)
5+
6+
################
7+
# 꼬릿말(footer)
8+
# > Related to : ν•΄λ‹Ή 컀밋에 κ΄€λ ¨λœ 이슈 번호
9+
# > Resolved : 이슈 ν•΄κ²°ν–ˆμ„ λ•Œ (= 이슈 λ‹«νžˆλŠ” ν‚€μ›Œλ“œ)
10+
11+
################
12+
# πŸŽ‰ ν”„λ‘œμ νŠΈ 생성
13+
# ✨ feature : μƒˆλ‘œμš΄ κΈ°λŠ₯ μΆ”κ°€
14+
# βž• add : λΆ€μˆ˜μ μΈ μ½”λ“œ μΆ”κ°€ 및 라이브러리 μΆ”κ°€
15+
# ✏️ update : λ‚΄λΆ€ μ½”λ“œμ˜ μœ μ˜λ―Έν•œ μˆ˜μ •
16+
# πŸ—‘οΈ del : μ“Έλͺ¨μ—†λŠ” μ½”λ“œλ‚˜ 파일 μ‚­μ œ
17+
# 🚚 move : ν”„λ‘œμ νŠΈ λ‚΄ νŒŒμΌμ΄λ‚˜ μ½”λ“œμ˜ 이동
18+
# πŸ› fix : 버그 μˆ˜μ •
19+
# πŸ“ docs : λ¬Έμ„œ μΆ”κ°€/μˆ˜μ •
20+
# ♻️ refactor : μ½”λ“œ λ¦¬νŒ©ν† λ§
21+
# πŸš€ deploy : 배포와 κ΄€λ ¨λœ μž‘μ—…
22+
# πŸ™ˆ ignore : .gitignore 파일 μˆ˜μ •
23+
# 🎨 style : μ½”λ“œ μ˜λ―Έμ— 영ν–₯을 μ£Όμ§€ μ•ŠλŠ” 변경사항
24+
# 🀝 merge : λ‹€λ₯Έ 브랜치 MERGE μ‹œ μ‚¬μš©
25+
# βͺ️ revert : 이전 λ²„μ „μœΌλ‘œ 되돌리기
26+
# πŸ”¨ chore : μžμž˜ν•œ μˆ˜μ •μ‚¬ν•­
27+
################

β€Žapp/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/build

β€Žapp/build.gradle

+117
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,117 @@
1+
plugins {
2+
id 'com.android.application'
3+
id 'org.jetbrains.kotlin.android'
4+
id 'kotlin-kapt'
5+
id 'kotlin-parcelize'
6+
}
7+
8+
Properties properties = new Properties()
9+
properties.load(project.rootProject.file('local.properties').newDataInputStream())
10+
def kakaoApiKey = properties.getProperty('kakao_native_key')
11+
12+
android {
13+
namespace 'com.pg.gajamap'
14+
compileSdk 33
15+
16+
defaultConfig {
17+
applicationId "com.pg.gajamap"
18+
minSdk 23
19+
targetSdk 33
20+
versionCode 1
21+
versionName "1.0"
22+
23+
buildConfigField "String", "KAKAO_API_KEY", properties['kakao_api_key']
24+
// kakao rest api key
25+
buildConfigField "String", "KAKAO_REST_API_KEY", properties['kakao_rest_api_key']
26+
// mainfestμ—μ„œ μ“Έ 수 μžˆλ„λ‘ μ§€μ •
27+
manifestPlaceholders = [KAKAO_API_KEY : kakaoApiKey]
28+
29+
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
30+
31+
multiDexEnabled true
32+
}
33+
34+
buildFeatures{
35+
viewBinding true
36+
dataBinding true
37+
}
38+
39+
buildTypes {
40+
release {
41+
minifyEnabled false
42+
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
43+
}
44+
}
45+
compileOptions {
46+
sourceCompatibility JavaVersion.VERSION_1_8
47+
targetCompatibility JavaVersion.VERSION_1_8
48+
}
49+
kotlinOptions {
50+
jvmTarget = '1.8'
51+
}
52+
}
53+
54+
dependencies {
55+
def lifecycle_version = "2.2.0"
56+
57+
implementation 'androidx.core:core-ktx:1.7.0'
58+
implementation 'androidx.appcompat:appcompat:1.6.1'
59+
implementation 'com.google.android.material:material:1.9.0'
60+
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
61+
testImplementation 'junit:junit:4.13.2'
62+
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
63+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
64+
65+
// viewmodel : lifecycle 관리
66+
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version"
67+
// ViewModel KTX
68+
implementation "androidx.fragment:fragment-ktx:1.5.5"
69+
implementation "androidx.activity:activity-ktx:1.6.1"
70+
// livedata : μ˜΅μ €λ²„ νŒ¨ν„΄ => λ°μ΄ν„°μ˜ λ³€κ²½ 사항을 κ΄€μ°° ν›„ 변경사항 λ°œμƒ μ‹œ μ•Œλ €μ€Œ
71+
implementation "androidx.lifecycle:lifecycle-livedata-ktx:$lifecycle_version"
72+
//카카였 둜그인
73+
implementation 'com.kakao.sdk:v2-user:2.10.0'
74+
// Kakao Map API
75+
implementation fileTree(include: ['*.jar'], dir: 'libs')
76+
implementation files('libs/libDaumMapAndroid.jar')
77+
// recyclerview
78+
implementation 'androidx.recyclerview:recyclerview:1.2.1'
79+
// μ›ν˜• ν”„λ‘œν•„
80+
implementation 'de.hdodenhof:circleimageview:3.1.0'
81+
// Glide
82+
// κΈ°μ‘΄ dependencies와 ν•¨κ»˜ μΆ”κ°€ν•΄μ£Όμ„Έμš”.
83+
implementation 'com.github.bumptech.glide:glide:4.13.0'
84+
kapt 'com.github.bumptech.glide:compiler:4.13.0'
85+
86+
// Glide Video Decoder μΆ”κ°€
87+
implementation 'com.github.bumptech.glide:glide:4.13.0'
88+
implementation 'com.github.bumptech.glide:okhttp3-integration:4.12.0'
89+
90+
// GPS API
91+
implementation 'com.google.android.gms:play-services-location:18.0.0'
92+
// Permission μš”μ²­, 관리λ₯Ό μœ„ν•œ 라이브러리
93+
implementation 'io.github.ParkSangGwon:tedpermission-normal:3.3.0'
94+
//implementation 'com.kakao.sdk:v2-friend:2.3.0'
95+
implementation "com.kakao.sdk:v2-all:2.14.0"
96+
// Retrofit
97+
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
98+
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
99+
100+
// ROOM Database μ‚¬μš©
101+
implementation("androidx.room:room-runtime:2.4.3")
102+
annotationProcessor("androidx.room:room-compiler:2.4.3")
103+
kapt("androidx.room:room-compiler:2.4.3")
104+
implementation("androidx.room:room-ktx:2.4.3")
105+
106+
//코루틴
107+
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.9'
108+
109+
implementation "com.squareup.okhttp3:okhttp-urlconnection:4.9.1"
110+
111+
// μΉ΄λ“œλ·°
112+
implementation("androidx.cardview:cardview:1.0.0")
113+
implementation 'com.squareup.picasso:picasso:2.8'
114+
115+
//카카였 λ‚΄λΉ„
116+
implementation "com.kakao.sdk:v2-navi:2.15.0" // μΉ΄μΉ΄μ˜€λ‚΄λΉ„
117+
}

β€Žapp/debug/output-metadata.json

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"version": 3,
3+
"artifactType": {
4+
"type": "APK",
5+
"kind": "Directory"
6+
},
7+
"applicationId": "com.example.gajamap",
8+
"variantName": "debug",
9+
"elements": [
10+
{
11+
"type": "SINGLE",
12+
"filters": [],
13+
"attributes": [],
14+
"versionCode": 1,
15+
"versionName": "1.0",
16+
"outputFile": "app-debug.apk"
17+
}
18+
],
19+
"elementType": "File"
20+
}

β€Žapp/proguard-rules.pro

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Add project specific ProGuard rules here.
2+
# You can control the set of applied configuration files using the
3+
# proguardFiles setting in build.gradle.
4+
#
5+
# For more details, see
6+
# http://developer.android.com/guide/developing/tools/proguard.html
7+
8+
# If your project uses WebView with JS, uncomment the following
9+
# and specify the fully qualified class name to the JavaScript interface
10+
# class:
11+
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
12+
# public *;
13+
#}
14+
15+
# Uncomment this to preserve the line number information for
16+
# debugging stack traces.
17+
#-keepattributes SourceFile,LineNumberTable
18+
19+
# If you keep the line number information, uncomment this to
20+
# hide the original source file name.
21+
#-renamesourcefileattribute SourceFile
22+
-keep class com.kakao.sdk.**.model.* { <fields>; }
23+
-keep class * extends com.google.gson.TypeAdapter
24+
25+
# https://github.com/square/okhttp/pull/6792
26+
-dontwarn org.bouncycastle.jsse.**
27+
-dontwarn org.conscrypt.*
28+
-dontwarn org.openjsse.**

0 commit comments

Comments
Β (0)