Skip to content

Commit

Permalink
fix mixpanel dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wenxi-zeng committed Mar 8, 2022
1 parent a3a71fd commit e7f52d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dependencies {

// Partner Dependencies
dependencies {
api("com.mixpanel.android:mixpanel-android:5.8.7")
implementation("com.mixpanel.android:mixpanel-android:5.8.7")
}

// Test Dependencies
Expand Down

0 comments on commit e7f52d1

Please sign in to comment.