Skip to content

Commit

Permalink
[ADD/#5] 카카오 sdk 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeyubin committed Jul 4, 2024
1 parent 9ecb7b0 commit 185fda5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/src/main/java/com/terning/point/MyApp.kt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class MyApp : Application() {

initTimber()
setDayMode()
initKakoSdk()
}

private fun initTimber() {
Expand All @@ -22,4 +23,8 @@ class MyApp : Application() {
private fun setDayMode() {
AppCompatDelegate.setDefaultNightMode(AppCompatDelegate.MODE_NIGHT_NO)
}

private fun initKakoSdk(){

}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package com.terning.feature.onboarding.signin

class SignInScreen {
}
3 changes: 3 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()

// KakaoSDK repository
maven(url = "https://devrepo.kakao.com/nexus/content/groups/public/")
}
}

Expand Down

0 comments on commit 185fda5

Please sign in to comment.