Skip to content

Commit

Permalink
[FIX] google sdk 문제로 NP발생 버그 수정 (#855)
Browse files Browse the repository at this point in the history
  • Loading branch information
KxxHyoRim committed May 8, 2023
1 parent 654889b commit b773cb8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,8 @@ dependencies {
implementation 'com.google.android.play:app-update:2.0.1'
implementation 'com.google.android.play:app-update-ktx:2.0.1'

// google play service
implementation 'com.google.android.gms:play-services-base:18.0.1'
implementation 'com.google.android.gms:play-services-tasks:18.0.1'

}

0 comments on commit b773cb8

Please sign in to comment.