Skip to content
This repository was archived by the owner on Dec 2, 2021. It is now read-only.

Commit a145c7b

Browse files
committed
Updated Kotlin to version 1.5.0
1 parent 1998c38 commit a145c7b

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
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-navigation
22

3-
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.ojaynico/ojaynico-kotlin-react-native-navigation/badge.svg)](https://search.maven.org/artifact/com.github.ojaynico/ojaynico-kotlin-react-native-navigation/1.0.7/pom)
4-
[![Kotlin](https://img.shields.io/badge/kotlin-1.4.32-blue.svg?logo=kotlin)](http://kotlinlang.org)
3+
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.ojaynico/ojaynico-kotlin-react-native-navigation/badge.svg)](https://search.maven.org/artifact/com.github.ojaynico/ojaynico-kotlin-react-native-navigation/1.0.9/pom)
4+
[![Kotlin](https://img.shields.io/badge/kotlin-1.5.0-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
[![npm version](https://img.shields.io/npm/v/react-native?color=brightgreen&label=npm%20package)](https://www.npmjs.com/package/react-native)
77
[![npm version](https://img.shields.io/npm/v/react-native-navigation/latest.svg?style=flat-square)](https://www.npmjs.com/package/react-native-navigation)
@@ -41,7 +41,7 @@ repositories {
4141
}
4242

4343
dependencies {
44-
implementation("com.github.ojaynico:ojaynico-kotlin-react-native-navigation:1.0.8")
44+
implementation("com.github.ojaynico:ojaynico-kotlin-react-native-navigation:1.0.9")
4545
}
4646
```
4747

build.gradle.kts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
plugins {
2-
kotlin("js") version "1.4.32"
2+
kotlin("js") version "1.5.0"
33
id("maven-publish")
44
id("io.codearte.nexus-staging") version "0.30.0"
55
signing
66
}
77
group = "com.github.ojaynico"
8-
version = "1.0.8"
8+
version = "1.0.9"
99

1010
val artifactName = project.name
1111
val artifactGroup = project.group.toString()
@@ -41,11 +41,11 @@ repositories {
4141
}
4242

4343
dependencies {
44-
implementation("org.jetbrains:kotlin-react:17.0.2-pre.153-kotlin-1.4.32")
45-
implementation("org.jetbrains:kotlin-extensions:1.0.1-pre.153-kotlin-1.4.32")
46-
implementation(npm("react", "17.0.2"))
47-
implementation(npm("react-native", "0.64.0"))
48-
implementation(npm("react-native-navigation", "7.13.0"))
44+
implementation("org.jetbrains:kotlin-react:17.0.2-pre.156-kotlin-1.5.0")
45+
implementation("org.jetbrains:kotlin-extensions:1.0.1-pre.156-kotlin-1.5.0")
46+
implementation(npm("react", "17.0.1"))
47+
implementation(npm("react-native", "0.63.4"))
48+
implementation(npm("react-native-navigation", "7.14.0"))
4949
implementation(npm("react-native-navigation-drawer-extension", "4.0.0"))
5050
}
5151

0 commit comments

Comments
 (0)