This repository was archived by the owner on Dec 2, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 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
4343dependencies {
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
Original file line number Diff line number Diff line change 11plugins {
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}
77group = " com.github.ojaynico"
8- version = " 1.0.8 "
8+ version = " 1.0.9 "
99
1010val artifactName = project.name
1111val artifactGroup = project.group.toString()
@@ -41,11 +41,11 @@ repositories {
4141}
4242
4343dependencies {
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
You can’t perform that action at this time.
0 commit comments