Bumps korge version fixing the included services. This should fix the atlas sample

This commit is contained in:
soywiz
2019-12-09 09:33:34 +01:00
parent 541076d6df
commit 6c19c84076

View File

@@ -6,6 +6,6 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("com.soywiz.korlibs.korge.plugins:korge-gradle-plugin:1.4.3")
classpath("com.soywiz.korlibs.korge.plugins:korge-gradle-plugin:1.4.3b")
}
}