Skip to content

Commit

Permalink
Merge pull request #13 from hotwired/fix-deserialization
Browse files Browse the repository at this point in the history
Bump kotlinx.serialization to 1.5.0 to fix Proguard issues
  • Loading branch information
jayohms authored Apr 14, 2023
2 parents 310b393 + d32268c commit 3f907b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion strada/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])

implementation 'androidx.core:core-ktx:1.9.0'
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1'
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.0'
implementation 'androidx.lifecycle:lifecycle-common:2.6.1'

testImplementation 'junit:junit:4.13.2'
Expand Down

0 comments on commit 3f907b7

Please sign in to comment.