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

Commit

Permalink
Updated library versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ojaynico committed Jun 8, 2021
1 parent 92f85e0 commit 3a4178b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ojaynico-kotlin-native-base
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.ojaynico/ojaynico-kotlin-native-base/badge.svg)](https://search.maven.org/artifact/com.github.ojaynico/ojaynico-kotlin-native-base/1.0.3/pom)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.ojaynico/ojaynico-kotlin-react-native/badge.svg)](https://search.maven.org/artifact/com.github.ojaynico/ojaynico-kotlin-react-native/1.1.2/pom)
[![Kotlin](https://img.shields.io/badge/kotlin-1.4.32-blue.svg?logo=kotlin)](http://kotlinlang.org)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.ojaynico/ojaynico-kotlin-native-base/badge.svg)](https://search.maven.org/artifact/com.github.ojaynico/ojaynico-kotlin-native-base/1.0.4/pom)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.ojaynico/ojaynico-kotlin-react-native/badge.svg)](https://search.maven.org/artifact/com.github.ojaynico/ojaynico-kotlin-react-native/1.1.3/pom)
[![Kotlin](https://img.shields.io/badge/kotlin-1.5.10-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)
[![npm version](https://img.shields.io/npm/v/react-native?color=brightgreen&label=npm%20package)](https://www.npmjs.com/package/react-native)
[![Kotlin JS IR supported](https://img.shields.io/badge/Kotlin%2FJS-IR%20supported-yellow)](https://kotl.in/jsirsupported)
Expand Down Expand Up @@ -32,7 +32,7 @@ repositories {
}

dependencies {
implementation("com.github.ojaynico:ojaynico-kotlin-native-base:1.0.3")
implementation("com.github.ojaynico:ojaynico-kotlin-native-base:1.0.4")
}
```

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

group = "com.github.ojaynico"
version = "1.0.3"
version = "1.0.4"

val artifactName = project.name
val artifactGroup = project.group.toString()
Expand All @@ -31,7 +31,6 @@ val pomDeveloperEmail = "ojaynico@gmail.com"
repositories {
mavenCentral()
jcenter()
maven(url = "https://maven.pkg.jetbrains.space/kotlin/p/kotlin/kotlin-js-wrappers")
}

kotlin {
Expand All @@ -42,9 +41,9 @@ kotlin {
}

dependencies {
implementation("org.jetbrains:kotlin-react:17.0.2-pre.156-kotlin-1.5.0")
implementation("org.jetbrains:kotlin-extensions:1.0.1-pre.156-kotlin-1.5.0")
implementation("com.github.ojaynico:ojaynico-kotlin-react-native:1.1.2")
implementation("org.jetbrains.kotlin-wrappers:kotlin-react:17.0.2-pre.207-kotlin-1.5.10")
implementation("org.jetbrains.kotlin-wrappers:kotlin-extensions:1.0.1-pre.207-kotlin-1.5.10")
implementation("com.github.ojaynico:ojaynico-kotlin-react-native:1.1.3")
implementation(npm("react", "17.0.2"))
implementation(npm("react-native", "0.64.0"))
implementation(npm("native-base", "^2.15.2"))
Expand Down

0 comments on commit 3a4178b

Please sign in to comment.