Skip to content

Commit

Permalink
fix: duplicate classes crash on wrappers (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahroz16 authored Jul 13, 2023
1 parent 3f02263 commit ead2175
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions messaginginapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,8 @@ dependencies {
api project(":base")
api project(":sdk")

implementation 'androidx.core:core-ktx:1.10.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.1"
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.3.1"

implementation 'com.squareup.retrofit2:converter-gson:2.9.0'

Expand Down
2 changes: 1 addition & 1 deletion sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies {
implementation Dependencies.moshi
implementation Dependencies.retrofitMoshiConverter
implementation Dependencies.okhttpLoggingInterceptor
implementation Dependencies.androidxCoreKtx
api Dependencies.androidxCoreKtx

kapt(Dependencies.moshiCodeGen)
kaptTest(Dependencies.moshiCodeGen)
Expand Down

0 comments on commit ead2175

Please sign in to comment.