Skip to content

Commit

Permalink
clean up the dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zihejia committed Sep 18, 2024
1 parent 7018d2a commit cc8ce0c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion mixpaneldemo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ android {
}

dependencies {
implementation("com.mixpanel.android:mixpanel-android:7.5.2")
implementation("androidx.core:core-ktx:1.13.1")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.4")
implementation("androidx.activity:activity-compose:1.9.1")
Expand All @@ -61,6 +60,7 @@ dependencies {
implementation("androidx.compose.material3:material3")
implementation("androidx.navigation:navigation-runtime-ktx:2.7.7")
implementation("androidx.navigation:navigation-compose:2.7.7")
implementation(project(":"))
testImplementation("junit:junit:4.13.2")
androidTestImplementation("androidx.test.ext:junit:1.2.1")
androidTestImplementation("androidx.test.espresso:espresso-core:3.6.1")
Expand Down
2 changes: 0 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
include ":"
rootProject.name = "mixpanel-android"
include ":example"
include ':mixpanel-android'
include ':exampleapp'
include ':mixpaneldemo'

0 comments on commit cc8ce0c

Please sign in to comment.