Merge master

This commit is contained in:
Ugljesa Jovanovic 2021-09-24 14:31:34 +02:00
commit b5f7fe94fd
No known key found for this signature in database
GPG Key ID: 178E6DFCECCB0E0F
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,4 +1,4 @@
/*
/*
* Copyright 2019 Ugljesa Jovanovic
*
* Licensed under the Apache License, Version 2.0 (the "License");
@ -16,9 +16,9 @@
object Versions {
val kotlinCoroutines = "1.5.2-native-mt"
val kotlin = "1.5.31"
val kotlin = "1.5.30"
val kotlinSerialization = "1.3.0-RC"
val kotlinSerializationPlugin = "1.5.31"
val kotlinSerializationPlugin = "1.5.30"
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"