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

Commit ff5e764

Browse files
committed
Updated version to 1.0.2, added sources jar for deployment to jCenter
1 parent 96fd39e commit ff5e764

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id("com.jfrog.bintray") version "1.8.4"
55
}
66
group = "ojaynico.kotlin.react.native.navigation"
7-
version = "1.0.1"
7+
version = "1.0.2"
88

99
val artifactName = project.name
1010
val artifactGroup = project.group.toString()
@@ -66,7 +66,7 @@ publishing {
6666
version = artifactVersion
6767
from(components["kotlin"])
6868

69-
//artifact(sourcesJar)
69+
artifact(sourcesJar)
7070

7171
pom.withXml {
7272
asNode().apply {

0 commit comments

Comments
 (0)