We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c59416b commit 84bfc62Copy full SHA for 84bfc62
build.gradle.kts
@@ -1,12 +1,12 @@
1
plugins {
2
- kotlin("js") version "1.4.30"
+ kotlin("js") version "1.4.31"
3
id("maven-publish")
4
id("io.codearte.nexus-staging") version "0.22.0"
5
signing
6
}
7
8
group = "com.github.ojaynico"
9
-version = "1.0.1"
+version = "1.0.2"
10
11
val artifactName = project.name
12
val artifactGroup = project.group.toString()
@@ -43,7 +43,7 @@ repositories {
43
44
dependencies {
45
implementation(kotlin("stdlib-js"))
46
- implementation(npm("@react-native-async-storage/async-storage", "^1.13.4"))
+ implementation(npm("@react-native-async-storage/async-storage", "^1.14.1"))
47
48
49
val sourcesJar by tasks.registering(Jar::class) {
0 commit comments