Skip to content

Commit

Permalink
Bump kotlinx-serialization-runtime
Browse files Browse the repository at this point in the history
Bumps [kotlinx-serialization-runtime](https://github.com/Kotlin/kotlinx.serialization) from 0.10.0-eap-1 to 1.0-M1-1.4.0-rc-218.
- [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Kotlin/kotlinx.serialization/commits)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Jul 23, 2020
1 parent 530ce2d commit 49fd442
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion preferenceholder/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ android {
dependencies {
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.2-1.3.60'
implementation "org.jetbrains.kotlin:kotlin-reflect:1.3.71"
implementation "org.jetbrains.kotlinx:kotlinx-serialization-runtime:0.10.0-eap-1"
implementation "org.jetbrains.kotlinx:kotlinx-serialization-runtime:1.0-M1-1.4.0-rc-218"

androidTestImplementation 'org.jetbrains.kotlin:kotlin-test-junit:1.3.71'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ android {
dependencies {
implementation project(':preferenceholder')
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.3.71'
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-runtime:0.14.0'
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-runtime:1.0-M1-1.4.0-rc-218'
implementation 'com.android.support:appcompat-v7:28.0.0'

androidTestImplementation 'org.jetbrains.kotlin:kotlin-test-junit:1.3.71'
Expand Down

0 comments on commit 49fd442

Please sign in to comment.