mirror of
https://github.com/jlengrand/OpenGraphKt.git
synced 2026-03-10 08:31:23 +00:00
Updates remote demo
This commit is contained in:
@@ -10,7 +10,7 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation("fr.lengrand:opengraphkt:0.1.1")
|
implementation("fr.lengrand:opengraphkt:0.1.2")
|
||||||
testImplementation(kotlin("test"))
|
testImplementation(kotlin("test"))
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -23,5 +23,5 @@ kotlin {
|
|||||||
}
|
}
|
||||||
|
|
||||||
application {
|
application {
|
||||||
mainClass = "fr.lengrand.opengraphkt.MainKt"
|
mainClass = "fr.lengrand.opengraphktremote.MainKt"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user