Bump to 1.3.40

This commit is contained in:
Ugljesa Jovanovic 2021-02-06 16:35:18 +01:00
parent f10bf999a2
commit 9fdefe0bd0
No known key found for this signature in database
GPG Key ID: 178E6DFCECCB0E0F
3 changed files with 4 additions and 4 deletions

View File

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

View File

@ -16,14 +16,14 @@
object Versions {
val kotlinCoroutines = "1.4.2"
val kotlin = "1.4.21"
val kotlin = "1.4.30"
val kotlinSerialization = "1.0.1"
val kotlinSerializationPlugin = "1.4.10"
val atomicfu = "0.14.3-M2-2-SNAPSHOT" //NOTE: my linux arm32 and arm64 build
val nodePlugin = "1.3.0"
val dokkaPlugin = "1.4.20"
val taskTreePlugin = "1.5"
val kotlinBigNumVersion = "0.2.2"
val kotlinBigNumVersion = "0.2.7"
val lazySodium = "4.3.1-SNAPSHOT"
val jna = "5.5.0"
val kotlinPoet = "1.6.0"

View File

@ -37,5 +37,5 @@ enableFeaturePreview("GRADLE_METADATA")
rootProject.name = "KotlinMultiplatformLibsodium"
include("multiplatform-crypto-api")
include("multiplatform-crypto-libsodium-bindings")
include("sample")
//include("sample")