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