Skip to content

Commit 84bfc62

Browse files
committed
Updated library versions
1 parent c59416b commit 84bfc62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
plugins {
2-
kotlin("js") version "1.4.30"
2+
kotlin("js") version "1.4.31"
33
id("maven-publish")
44
id("io.codearte.nexus-staging") version "0.22.0"
55
signing
66
}
77

88
group = "com.github.ojaynico"
9-
version = "1.0.1"
9+
version = "1.0.2"
1010

1111
val artifactName = project.name
1212
val artifactGroup = project.group.toString()
@@ -43,7 +43,7 @@ repositories {
4343

4444
dependencies {
4545
implementation(kotlin("stdlib-js"))
46-
implementation(npm("@react-native-async-storage/async-storage", "^1.13.4"))
46+
implementation(npm("@react-native-async-storage/async-storage", "^1.14.1"))
4747
}
4848

4949
val sourcesJar by tasks.registering(Jar::class) {

0 commit comments

Comments
 (0)