diff --git a/README.md b/README.md index ea42474..ca13717 100644 --- a/README.md +++ b/README.md @@ -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.5/pom) -[![Kotlin](https://img.shields.io/badge/kotlin-1.5.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.0.8/pom) +[![Kotlin](https://img.shields.io/badge/kotlin-1.5.31-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) @@ -36,7 +36,7 @@ repositories { } dependencies { - implementation("com.github.ojaynico:ojaynico-kotlin-react-native-async-storage:1.0.5") + implementation("com.github.ojaynico:ojaynico-kotlin-react-native-async-storage:1.0.8") } ``` diff --git a/build.gradle.kts b/build.gradle.kts index 7af1b7f..774f13b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,12 +1,12 @@ plugins { - kotlin("js") version "1.5.10" + kotlin("js") version "1.5.31" id("maven-publish") id("io.codearte.nexus-staging") version "0.30.0" signing } group = "com.github.ojaynico" -version = "1.0.5" +version = "1.0.8" 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.15.5")) + implementation(npm("@react-native-async-storage/async-storage", "1.15.8")) } val sourcesJar by tasks.registering(Jar::class) { diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index be52383..ffed3a2 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists