Skip to content

Commit

Permalink
Add amplitude dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
l2hyunwoo committed Jul 24, 2023
1 parent 0a63606 commit 3ebc1c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ dependencies {
implementation(libs.kakao.login)
implementation(libs.bundles.retrofit)
implementation(libs.process.phoenix)
implementation(libs.amplitude.android)

debugImplementation(libs.bundles.flipper)

Expand Down
3 changes: 3 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ constraintlayout = "2.1.4"
dot-indicator = "5.0"
kakao = "2.15.0"
splash-screen = "1.0.1"
amplitude = "2.39.2"

[libraries]
# kotlin
Expand Down Expand Up @@ -177,6 +178,8 @@ kakao-login = { group = "com.kakao.sdk", name = "v2-user", version.ref = "kakao"

splash-screen = { module = "androidx.core:core-splashscreen", version.ref = "splash-screen" }

amplitude-android = { module = "com.amplitude:analytics-android", version.ref = "amplitude" }

[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }
android-library = { id = "com.android.library", version.ref = "agp" }
Expand Down

0 comments on commit 3ebc1c1

Please sign in to comment.