From 5d1f77d324217036dd63811f82eb6b7292d39d20 Mon Sep 17 00:00:00 2001 From: a1batross Date: Thu, 31 Mar 2016 17:29:54 +0300 Subject: [PATCH] Temporarily disable Steam support --- AndroidManifest.xml | 143 +++++++++--------- .../in/celest/xash3d/SteamActivity.java | 0 .../in/celest/xash3d/SteamService.java | 0 3 files changed, 71 insertions(+), 72 deletions(-) rename {src => unused}/in/celest/xash3d/SteamActivity.java (100%) rename {src => unused}/in/celest/xash3d/SteamService.java (100%) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index c64267d6..de5f5d5b 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -3,99 +3,98 @@ com.gamemaker.game --> + package="in.celest.xash3d.hl" + android:versionCode="0" + android:versionName="0.17" + android:installLocation="auto"> - - - + + + - - - - - + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - - + + - - + + - - - - - - + + + + + + diff --git a/src/in/celest/xash3d/SteamActivity.java b/unused/in/celest/xash3d/SteamActivity.java similarity index 100% rename from src/in/celest/xash3d/SteamActivity.java rename to unused/in/celest/xash3d/SteamActivity.java diff --git a/src/in/celest/xash3d/SteamService.java b/unused/in/celest/xash3d/SteamService.java similarity index 100% rename from src/in/celest/xash3d/SteamService.java rename to unused/in/celest/xash3d/SteamService.java