Skip to content

Commit 0e8161b

Browse files
committed
- Updated Kotlin to v 1.5.31
- Updated async to v 1.15.8
1 parent 0add680 commit 0e8161b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.5/pom)
4-
[![Kotlin](https://img.shields.io/badge/kotlin-1.5.10-blue.svg?logo=kotlin)](http://kotlinlang.org)
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.8/pom)
4+
[![Kotlin](https://img.shields.io/badge/kotlin-1.5.31-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

3838
dependencies {
39-
implementation("com.github.ojaynico:ojaynico-kotlin-react-native-async-storage:1.0.5")
39+
implementation("com.github.ojaynico:ojaynico-kotlin-react-native-async-storage:1.0.8")
4040
}
4141
```
4242

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
plugins {
2-
kotlin("js") version "1.5.10"
2+
kotlin("js") version "1.5.31"
33
id("maven-publish")
44
id("io.codearte.nexus-staging") version "0.30.0"
55
signing
66
}
77

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

4949
val sourcesJar by tasks.registering(Jar::class) {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)