This commit is contained in:
soywiz
2019-12-01 04:10:28 +01:00
parent 490294dc7c
commit 2f1e5d0cfd
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -8,3 +8,4 @@
RECUP_*.fla
game.storage
*.iml
.DS_Store

View File

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