Better Android keyboard support

This commit is contained in:
Anuken
2019-09-21 15:35:59 -04:00
parent 1957b6aa12
commit 0d25d83651
10 changed files with 78 additions and 59 deletions
+1 -2
View File
@@ -200,7 +200,7 @@ project(":core"){
}
dependencies{
if(System.properties["user.name"] == "anuke2"){
if(System.properties["user.name"] == "anuke"){
task cleanGen{
doFirst{
delete{
@@ -270,7 +270,6 @@ project(":tools"){
dependencies{
compile project(":core")
//for render tests
compile "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-desktop"
compile "com.badlogicgames.gdx:gdx-freetype-platform:$gdxVersion:natives-desktop"