Skip to content

Commit

Permalink
Updated library versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ojaynico committed Apr 19, 2021
1 parent ad73a37 commit 60063f1
Showing 2 changed files with 8 additions and 12 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
# ojaynico-kotlin-react-native-async-storage

[![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)
[![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)
[![Kotlin](https://img.shields.io/badge/kotlin-1.4.32-blue.svg?logo=kotlin)](http://kotlinlang.org)
[![npm version](https://img.shields.io/npm/v/react.svg?style=flat)](https://www.npmjs.com/package/react)
[![Kotlin JS IR supported](https://img.shields.io/badge/Kotlin%2FJS-IR%20supported-yellow)](https://kotl.in/jsirsupported)

Kotlin wrapper for react-native-async-storage

Java Version : 14

Kotlin Version : 1.4.31

React Native Async Storage Version : 1.13.4

**Follow instructions in this repository on how to setup a fully working react native app**

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

dependencies {
implementation("com.github.ojaynico:ojaynico-kotlin-react-native-async-storage:1.0.2")
implementation("com.github.ojaynico:ojaynico-kotlin-react-native-async-storage:1.0.3")
}
```

8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
plugins {
kotlin("js") version "1.4.31"
kotlin("js") version "1.4.32"
id("maven-publish")
id("io.codearte.nexus-staging") version "0.22.0"
id("io.codearte.nexus-staging") version "0.30.0"
signing
}

group = "com.github.ojaynico"
version = "1.0.2"
version = "1.0.3"

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

dependencies {
implementation(kotlin("stdlib-js"))
implementation(npm("@react-native-async-storage/async-storage", "^1.14.1"))
implementation(npm("@react-native-async-storage/async-storage", "1.15.2"))
}

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

0 comments on commit 60063f1

Please sign in to comment.