File tree Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 11# ojaynico-kotlin-react-native-async-storage
22
3- [ ![ 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.2/pom )
3+ [ ![ 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.3/pom )
4+ [ ![ Kotlin] ( https://img.shields.io/badge/kotlin-1.4.32-blue.svg?logo=kotlin )] ( http://kotlinlang.org )
5+ [ ![ npm version] ( https://img.shields.io/npm/v/react.svg?style=flat )] ( https://www.npmjs.com/package/react )
46[ ![ Kotlin JS IR supported] ( https://img.shields.io/badge/Kotlin%2FJS-IR%20supported-yellow )] ( https://kotl.in/jsirsupported )
57
68Kotlin wrapper for react-native-async-storage
79
8- Java Version : 14
9-
10- Kotlin Version : 1.4.31
11-
12- React Native Async Storage Version : 1.13.4
13-
1410** Follow instructions in this repository on how to setup a fully working react native app**
1511
1612https://github.com/ojaynico/ojaynico-kotlin-react-native
@@ -40,7 +36,7 @@ repositories {
4036}
4137
4238dependencies {
43- implementation(" com.github.ojaynico:ojaynico-kotlin-react-native-async-storage:1.0.2 " )
39+ implementation(" com.github.ojaynico:ojaynico-kotlin-react-native-async-storage:1.0.3 " )
4440}
4541```
4642
Original file line number Diff line number Diff line change 11plugins {
2- kotlin(" js" ) version " 1.4.31 "
2+ kotlin(" js" ) version " 1.4.32 "
33 id(" maven-publish" )
4- id(" io.codearte.nexus-staging" ) version " 0.22 .0"
4+ id(" io.codearte.nexus-staging" ) version " 0.30 .0"
55 signing
66}
77
88group = " com.github.ojaynico"
9- version = " 1.0.2 "
9+ version = " 1.0.3 "
1010
1111val artifactName = project.name
1212val artifactGroup = project.group.toString()
@@ -43,7 +43,7 @@ repositories {
4343
4444dependencies {
4545 implementation(kotlin(" stdlib-js" ))
46- implementation(npm(" @react-native-async-storage/async-storage" , " ^1.14.1 " ))
46+ implementation(npm(" @react-native-async-storage/async-storage" , " 1.15.2 " ))
4747}
4848
4949val sourcesJar by tasks.registering(Jar ::class ) {
You can’t perform that action at this time.
0 commit comments