Commit 27e1134c authored by Björn Richerzhagen's avatar Björn Richerzhagen
Browse files

added gradle build script (for android), fixed some UTF8 errors

parent 3fe40487
target/
bin/
build/
simonstratorapi.iml
apply plugin: 'java'
sourceSets {
main {
java {
srcDir 'src'
}
resources {
srcDir 'src/resources'
}
}
}
dependencies {
compile 'com.esotericsoftware:kryonet:2.22.0-RC1'
}
/*
* Copyright (c) 2005-2010 KOM – Multimedia Communications Lab
* Copyright (c) 2005-2010 KOM - Multimedia Communications Lab
*
* This file is part of Simonstrator.KOM.
*
......
/*
* Copyright (c) 2005-2010 KOM Multimedia Communications Lab
* Copyright (c) 2005-2010 KOM - Multimedia Communications Lab
*
* This file is part of Simonstrator.KOM.
*
......
/*
* Copyright (c) 2005-2010 KOM Multimedia Communications Lab
* Copyright (c) 2005-2010 KOM - Multimedia Communications Lab
*
* This file is part of Simonstrator.KOM.
*
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment