Skip to content

Commit

Permalink
- Updated Kotlin to version 1.6.20
Browse files Browse the repository at this point in the history
- Updated async to v 1.17.3
  • Loading branch information
ojaynico committed May 6, 2022
1 parent 0eb7614 commit 05ca297
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 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.9/pom)
[![Kotlin](https://img.shields.io/badge/kotlin-1.6.10-blue.svg?logo=kotlin)](http://kotlinlang.org)
[![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.1.1/pom)
[![Kotlin](https://img.shields.io/badge/kotlin-1.6.20-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)

Expand Down Expand Up @@ -36,7 +36,7 @@ repositories {
}

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

Expand Down
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
plugins {
kotlin("js") version "1.6.10"
kotlin("js") version "1.6.20"
id("maven-publish")
id("io.codearte.nexus-staging") version "0.30.0"
signing
}

group = "com.github.ojaynico"
version = "1.1.0"
version = "1.1.1"

val artifactName = project.name
val artifactGroup = project.group.toString()
Expand Down Expand Up @@ -41,7 +41,7 @@ repositories {
}

dependencies {
implementation(npm("@react-native-async-storage/async-storage", "1.16.0"))
implementation(npm("@react-native-async-storage/async-storage", "1.17.3"))
}

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

0 comments on commit 05ca297

Please sign in to comment.