Update 1.0.0.1

This commit is contained in:
Waterdish
2024-06-02 14:24:29 -07:00
parent 8e3a447798
commit 891fcafa57
3 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ android {
minSdkVersion 24
targetSdkVersion 31
versionCode 1
versionName "1.0.0"
versionName "1.0.0.0"
externalNativeBuild {
//ndkBuild {
// arguments "APP_PLATFORM=android-23"

View File

@@ -5,7 +5,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.dishii.mm"
android:versionCode="1"
android:versionName="1.0.0"
android:versionName="1.0.0.1"
android:installLocation="auto">
<!-- OpenGL ES 3.0 -->

View File

@@ -149,8 +149,8 @@ OTRGlobals::OTRGlobals() {
context =
Ship::Context::CreateInstance("2 Ship 2 Harkinian", appShortName, "2ship2harkinian.json", archiveFiles, {}, 3);
// Override LUS defaults
#ifndef __ANDROID__
// Override LUS defaults
Ship::Context::GetInstance()->GetLogger()->set_level(
(spdlog::level::level_enum)CVarGetInteger("gDeveloperTools.LogLevel", 1));
Ship::Context::GetInstance()->GetLogger()->set_pattern("[%H:%M:%S.%e] [%s:%#] [%l] %v");