Skip to content

Commit

Permalink
Merge pull request #402 from eduvpn/feature/dependency_updates
Browse files Browse the repository at this point in the history
Fix ProGuard issue with Serializables
  • Loading branch information
dzolnai authored Oct 31, 2023
2 parents afbeebe + 4cbde5a commit 91ede97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ dependencies {
implementation 'com.squareup.picasso:picasso:2.71828'
// Kotlin coroutines
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4"
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.0"
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.0"

// All testing related libraries
testImplementation 'junit:junit:4.12'
Expand Down

0 comments on commit 91ede97

Please sign in to comment.