Skip to content

Commit

Permalink
[add] #116 add keyhash
Browse files Browse the repository at this point in the history
  • Loading branch information
seohee0925 authored and sebbbin committed Jul 19, 2024
1 parent 2cf0dfe commit 5f11442
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/src/main/java/com/record/recordy/RecordyApplication.kt
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
package com.record.recordy

import android.app.Application
import android.util.Log
import com.kakao.sdk.common.KakaoSdk
import com.kakao.sdk.common.util.Utility
import com.record.buildconfig.BuildConfig.KAKAO_NATIVE_KEY
import dagger.hilt.android.HiltAndroidApp

Expand All @@ -10,6 +12,8 @@ class RecordyApplication : Application() {
override fun onCreate() {
super.onCreate()
setKakaoSdk()
val keyHash = Utility.getKeyHash(this)
Log.d("키해시", " $keyHash")
}

private fun setKakaoSdk() {
Expand Down

0 comments on commit 5f11442

Please sign in to comment.