Skip to content

Commit

Permalink
[feat] #174 ci
Browse files Browse the repository at this point in the history
  • Loading branch information
leeseokchan00 committed Oct 26, 2024
1 parent 6a6db7b commit 5c970f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/android-pull-request-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@ jobs:
env:
BASE_URL: ${{ secrets.BASE_URL }}
KAKAO_NATIVE_KEY: ${{ secrets.KAKAO_NATIVE_KEY }}
AMPLITUDE_KEY: ${{ secrets.AMPLITUDE_KEY }}
run: |
echo base.url=\"$BASE_URL\" >> ./local.properties
echo kakao.native.key=\"$KAKAO_NATIVE_KEY\" >> ./local.properties
echo kakaoNativeKey=$KAKAO_NATIVE_KEY >> ./local.properties
echo amplitude.key=\"$AMPLITUDE_KEY\" >> ./local.properties
- name: Create Google Services JSON File
env:
Expand Down
5 changes: 0 additions & 5 deletions app/src/main/java/org/sopt/linkmind/LinkMindApp.kt
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
package org.sopt.linkmind

import android.app.Application
import android.util.Log
import androidx.appcompat.app.AppCompatDelegate
import com.amplitude.android.Amplitude
import com.amplitude.android.Configuration
import com.kakao.sdk.common.KakaoSdk
import com.kakao.sdk.common.util.Utility
import dagger.hilt.android.HiltAndroidApp
import org.sopt.linkmind.BuildConfig.KAKAO_NATIVE_KEY
import timber.log.Timber
Expand All @@ -25,9 +23,6 @@ class LinkMindApp : Application() {
),
)
amplitude.track("Sign Up")

var keyHash = Utility.getKeyHash(this)
Log.e("키해시", keyHash)
}

private fun setTimber() {
Expand Down

0 comments on commit 5c970f7

Please sign in to comment.