File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 11# ojaynico-kotlin-react-native-async-storage
22
33[ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/com.github.ojaynico/ojaynico-kotlin-react-native-async-storage/badge.svg )] ( https://search.maven.org/artifact/com.github.ojaynico/ojaynico-kotlin-react-native-async-storage/1.0.9/pom )
4- [ ![ Kotlin] ( https://img.shields.io/badge/kotlin-1.6.0 -blue.svg?logo=kotlin )] ( http://kotlinlang.org )
4+ [ ![ Kotlin] ( https://img.shields.io/badge/kotlin-1.6.10 -blue.svg?logo=kotlin )] ( http://kotlinlang.org )
55[ ![ npm version] ( https://img.shields.io/npm/v/react.svg?style=flat )] ( https://www.npmjs.com/package/react )
66[ ![ Kotlin JS IR supported] ( https://img.shields.io/badge/Kotlin%2FJS-IR%20supported-yellow )] ( https://kotl.in/jsirsupported )
77
@@ -36,7 +36,7 @@ repositories {
3636}
3737
3838dependencies {
39- implementation(" com.github.ojaynico:ojaynico-kotlin-react-native-async-storage:1.0.9 " )
39+ implementation(" com.github.ojaynico:ojaynico-kotlin-react-native-async-storage:1.1.0 " )
4040}
4141```
4242
Original file line number Diff line number Diff line change 11plugins {
2- kotlin(" js" ) version " 1.6.0 "
2+ kotlin(" js" ) version " 1.6.10 "
33 id(" maven-publish" )
44 id(" io.codearte.nexus-staging" ) version " 0.30.0"
55 signing
66}
77
88group = " com.github.ojaynico"
9- version = " 1.0.9 "
9+ version = " 1.1.0 "
1010
1111val artifactName = project.name
1212val artifactGroup = project.group.toString()
@@ -38,11 +38,10 @@ kotlin {
3838
3939repositories {
4040 mavenCentral()
41- jcenter()
4241}
4342
4443dependencies {
45- implementation(npm(" @react-native-async-storage/async-storage" , " 1.15.14 " ))
44+ implementation(npm(" @react-native-async-storage/async-storage" , " 1.16.0 " ))
4645}
4746
4847val sourcesJar by tasks.registering(Jar ::class ) {
You can’t perform that action at this time.
0 commit comments