Merge pull request #19 from ionspin/bump-to-1.5.31

Bump to 1.5.31
This commit is contained in:
Ugljesa Jovanovic 2021-10-04 19:47:53 +02:00 committed by GitHub
commit 2aaf0cc79f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

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

View File

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