Merge pull request #16 from ionspin/1.5.31

Kotlin 1.5.30, libsodium update, coroutines/serialization update
This commit is contained in:
Ugljesa Jovanovic 2021-09-24 09:27:42 +02:00 committed by GitHub
commit d982ac190e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -28,7 +28,7 @@ repositories {
} }
dependencies { dependencies {
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.10") implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.30")
implementation("com.android.tools.build:gradle:4.0.2") implementation("com.android.tools.build:gradle:4.0.2")
} }

View File

@ -15,10 +15,10 @@
*/ */
object Versions { object Versions {
val kotlinCoroutines = "1.5.0-native-mt" val kotlinCoroutines = "1.5.2-native-mt"
val kotlin = "1.5.21" val kotlin = "1.5.30"
val kotlinSerialization = "1.0.1" val kotlinSerialization = "1.3.0-RC"
val kotlinSerializationPlugin = "1.5.10" val kotlinSerializationPlugin = "1.5.30"
val atomicfu = "0.14.3-M2-2-SNAPSHOT" //NOTE: my linux arm32 and arm64 build val atomicfu = "0.14.3-M2-2-SNAPSHOT" //NOTE: my linux arm32 and arm64 build
val nodePlugin = "1.3.0" val nodePlugin = "1.3.0"
val dokkaPlugin = "1.5.0" val dokkaPlugin = "1.5.0"

@ -1 +1 @@
Subproject commit 710b2d3963347017ba73047550d8822e50d3bcec Subproject commit 31e0c16a16ff1b566d7c0e17c218de1560656d44