From f6a465d917e4f6110423af5525654b9dab4e9b56 Mon Sep 17 00:00:00 2001 From: Anuken Date: Tue, 16 Jan 2018 17:51:13 -0500 Subject: [PATCH] Disabled android debugging --- android/AndroidManifest.xml | 4 ++-- core/src/io/anuke/mindustry/Vars.java | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 0d0f04d86b..5bc801cacf 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="56" + android:versionName="3.3b7.1" > diff --git a/core/src/io/anuke/mindustry/Vars.java b/core/src/io/anuke/mindustry/Vars.java index 59660d9214..89b8f38e3a 100644 --- a/core/src/io/anuke/mindustry/Vars.java +++ b/core/src/io/anuke/mindustry/Vars.java @@ -10,7 +10,7 @@ import io.anuke.ucore.UCore; import io.anuke.ucore.scene.ui.layout.Unit; public class Vars{ - public static final boolean testAndroid = true; + public static final boolean testAndroid = false; //shorthand for whether or not this is running on android public static final boolean android = (Gdx.app.getType() == ApplicationType.Android) || testAndroid; //shorthand for whether or not this is running on GWT