Initial commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
sourceCompatibility = 1.7
|
||||
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
|
||||
|
||||
sourceSets.main.java.srcDirs = [ "src/" ]
|
||||
|
||||
eclipse.project.name = appName + "-core"
|
||||
dependencies {
|
||||
// Основное ядро LibGDX
|
||||
api "com.badlogicgames.gdx:gdx:$gdxVersion"
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user