Skip to content

Commit 60063f1

Browse files
author
ojaynico
committed
Updated library versions
1 parent ad73a37 commit 60063f1

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
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

68
Kotlin 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

1612
https://github.com/ojaynico/ojaynico-kotlin-react-native
@@ -40,7 +36,7 @@ repositories {
4036
}
4137

4238
dependencies {
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

build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
plugins {
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

88
group = "com.github.ojaynico"
9-
version = "1.0.2"
9+
version = "1.0.3"
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.14.1"))
46+
implementation(npm("@react-native-async-storage/async-storage", "1.15.2"))
4747
}
4848

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

0 commit comments

Comments
 (0)