Skip to content

Commit

Permalink
Merge pull request #8 from segment-integrations/wenxi/fix-adjust-clas…
Browse files Browse the repository at this point in the history
…s-def-not-found

fix Adjust NoClassDefFoundError
  • Loading branch information
wenxi-zeng authored Jul 19, 2023
2 parents 39d50a5 + db3c127 commit 52ee94a
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 @@ -49,7 +49,7 @@ dependencies {

// Partner Dependencies
dependencies {
api("com.adjust.sdk:adjust-android:4.33.0")
implementation("com.adjust.sdk:adjust-android:4.33.0")
}

// Test Dependencies
Expand Down

0 comments on commit 52ee94a

Please sign in to comment.