From 3531d10851a5455a7549a6337963d6b60fb11322 Mon Sep 17 00:00:00 2001 From: EnderdracheLP Date: Wed, 11 Aug 2021 19:25:33 +0200 Subject: [PATCH] Update dependencies --- .github/workflows/Pre-Release.yml | 2 +- .github/workflows/Release.yml | 2 +- .github/workflows/buildMod.yml | 2 +- Android.mk | 6 +++--- build.ps1 | 2 +- buildQMOD.ps1 | 2 +- mod.json | 2 +- qpm.json | 8 ++++---- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/Pre-Release.yml b/.github/workflows/Pre-Release.yml index 52ef00f..92bad99 100644 --- a/.github/workflows/Pre-Release.yml +++ b/.github/workflows/Pre-Release.yml @@ -6,7 +6,7 @@ env: module_id: clockmod version: 1.4.0-rc.2 BSVersion: 1.16.4 - bs_hook: 2_2_4 + bs_hook: 2_2_5 codegen: 0_12_5 ndkname: android-ndk-r22 diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index ed6c4de..ff8769f 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -5,7 +5,7 @@ on: module_id: clockmod version: 1.4.0 BSVersion: 1.16.4 - bs_hook: 2_2_4 + bs_hook: 2_2_5 codegen: 0_12_5 ndkname: android-ndk-r22 diff --git a/.github/workflows/buildMod.yml b/.github/workflows/buildMod.yml index 14e5ae5..cb4995f 100644 --- a/.github/workflows/buildMod.yml +++ b/.github/workflows/buildMod.yml @@ -11,7 +11,7 @@ env: module_id: clockmod version: 1.4.0-Dev.${{ github.run_number }} BSVersion: 1.16.4 - bs_hook: 2_2_4 + bs_hook: 2_2_5 codegen: 0_12_5 jobs: diff --git a/Android.mk b/Android.mk index 36ca16a..71210bd 100644 --- a/Android.mk +++ b/Android.mk @@ -24,9 +24,9 @@ LOCAL_MODULE := include $(CLEAR_VARS) # Creating prebuilt for dependency: beatsaber-hook - version: 1.3.3 include $(CLEAR_VARS) -LOCAL_MODULE := beatsaber-hook_2_2_4 +LOCAL_MODULE := beatsaber-hook_2_2_5 LOCAL_EXPORT_C_INCLUDES := extern/beatsaber-hook -LOCAL_SRC_FILES := extern/libbeatsaber-hook_2_2_4.so +LOCAL_SRC_FILES := extern/libbeatsaber-hook_2_2_5.so LOCAL_CPP_FEATURES += exceptions include $(PREBUILT_SHARED_LIBRARY) # Creating prebuilt for dependency: codegen - version: 0.8.1 @@ -60,7 +60,7 @@ LOCAL_SRC_FILES += $(call rwildcard,src/,*.cpp) LOCAL_SRC_FILES += $(call rwildcard,extern/beatsaber-hook/src/inline-hook,*.cpp) LOCAL_SRC_FILES += $(call rwildcard,extern/beatsaber-hook/src/inline-hook,*.c) LOCAL_SHARED_LIBRARIES += modloader -LOCAL_SHARED_LIBRARIES += beatsaber-hook_2_2_4 +LOCAL_SHARED_LIBRARIES += beatsaber-hook_2_2_5 LOCAL_SHARED_LIBRARIES += codegen_0_12_5 LOCAL_SHARED_LIBRARIES += custom-types LOCAL_SHARED_LIBRARIES += questui diff --git a/build.ps1 b/build.ps1 index 3ef991b..32971a0 100644 --- a/build.ps1 +++ b/build.ps1 @@ -6,7 +6,7 @@ if ($args[0] -eq "--release") { } else { $VERSION = "1.4.0-InDev" } -$BSHook = "2_2_4" +$BSHook = "2_2_5" $codegen_ver = "0_12_5" } diff --git a/buildQMOD.ps1 b/buildQMOD.ps1 index bfc9ece..bbd1fee 100644 --- a/buildQMOD.ps1 +++ b/buildQMOD.ps1 @@ -2,7 +2,7 @@ if ($args.Count -eq 0) { $ModID = "clockmod" $VERSION = "1.4.0" -$BSHook = "2_2_4" +$BSHook = "2_2_5" $BS_Version = "1.16.4" echo "Compiling Mod" & $PSScriptRoot/build.ps1 --release diff --git a/mod.json b/mod.json index a6c6cde..b70164d 100644 --- a/mod.json +++ b/mod.json @@ -12,7 +12,7 @@ "libclockmod.so" ], "libraryFiles": [ - "libbeatsaber-hook_2_2_4.so" + "libbeatsaber-hook_2_2_5.so" ], "dependencies": [], "fileCopies": [] diff --git a/qpm.json b/qpm.json index 3f95be6..78afba3 100644 --- a/qpm.json +++ b/qpm.json @@ -11,7 +11,7 @@ "dependencies": [ { "id": "beatsaber-hook", - "versionRange": "^2.2.2", + "versionRange": "^2.2.5", "additionalData": { "extraFiles": [ "src/inline-hook" @@ -20,17 +20,17 @@ }, { "id": "codegen", - "versionRange": "^0.12.3", + "versionRange": "^0.12.5", "additionalData": {} }, { "id": "questui", - "versionRange": "^0.10.0", + "versionRange": "^0.10.2", "additionalData": {} }, { "id": "custom-types", - "versionRange": "^0.12.5", + "versionRange": "^0.12.6", "additionalData": {} }, {