Switched to different Kryonet fork; full Android support

This commit is contained in:
Anuken
2018-01-01 16:09:17 -05:00
parent c7dbdd1773
commit 20eea3b385
27 changed files with 416 additions and 310 deletions

View File

@@ -114,7 +114,7 @@ project(":kryonet") {
dependencies {
compile project(":core")
compile "com.esotericsoftware:kryonet:2.22.0-RC1"
compile 'com.github.crykn:kryonet:2.22.1'
}
}