Skip to content

Commit 48aa38f

Browse files
library update
1 parent a71eba3 commit 48aa38f

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

Android.mk

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ LOCAL_MODULE := modloader
2424
LOCAL_EXPORT_C_INCLUDES := extern/modloader
2525
LOCAL_SRC_FILES := extern/libmodloader.so
2626
include $(PREBUILT_SHARED_LIBRARY)
27-
# Creating prebuilt for dependency: beatsaber-hook - version: 2.2.4
27+
# Creating prebuilt for dependency: beatsaber-hook - version: 2.2.5
2828
include $(CLEAR_VARS)
29-
LOCAL_MODULE := beatsaber-hook_2_2_4
29+
LOCAL_MODULE := beatsaber-hook_2_2_5
3030
LOCAL_EXPORT_C_INCLUDES := extern/beatsaber-hook
31-
LOCAL_SRC_FILES := extern/libbeatsaber-hook_2_2_4.so
31+
LOCAL_SRC_FILES := extern/libbeatsaber-hook_2_2_5.so
3232
LOCAL_CPP_FEATURES += exceptions
3333
include $(PREBUILT_SHARED_LIBRARY)
3434
# Creating prebuilt for dependency: codegen - version: 0.12.5
@@ -37,7 +37,7 @@ LOCAL_MODULE := codegen_0_12_5
3737
LOCAL_EXPORT_C_INCLUDES := extern/codegen
3838
LOCAL_SRC_FILES := extern/libcodegen_0_12_5.so
3939
include $(PREBUILT_SHARED_LIBRARY)
40-
# Creating prebuilt for dependency: questui - version: 0.10.1
40+
# Creating prebuilt for dependency: questui - version: 0.10.2
4141
include $(CLEAR_VARS)
4242
LOCAL_MODULE := questui
4343
LOCAL_EXPORT_C_INCLUDES := extern/questui
@@ -56,7 +56,7 @@ LOCAL_SRC_FILES += $(call rwildcard,src/,*.cpp)
5656
LOCAL_SRC_FILES += $(call rwildcard,extern/beatsaber-hook/src/inline-hook,*.cpp)
5757
LOCAL_SRC_FILES += $(call rwildcard,extern/beatsaber-hook/src/inline-hook,*.c)
5858
LOCAL_SHARED_LIBRARIES += modloader
59-
LOCAL_SHARED_LIBRARIES += beatsaber-hook_2_2_4
59+
LOCAL_SHARED_LIBRARIES += beatsaber-hook_2_2_5
6060
LOCAL_SHARED_LIBRARIES += codegen_0_12_5
6161
LOCAL_SHARED_LIBRARIES += questui
6262
LOCAL_SHARED_LIBRARIES += custom-types

buildQP.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Builds a .qmod file for loading with QP
22
& $PSScriptRoot/build.ps1
33

4-
Compress-Archive -Path "./libs/arm64-v8a/libRedBar.so", ".\extern\libbeatsaber-hook_2_2_4.so", ".\mod.json" -DestinationPath "./RedBar.zip" -Update
4+
Compress-Archive -Path "./libs/arm64-v8a/libRedBar.so", ".\extern\libbeatsaber-hook_2_2_5.so", ".\mod.json" -DestinationPath "./RedBar.zip" -Update
55
Remove-Item "./RedBar.qmod"
66
Rename-Item "./RedBar.zip" "./RedBar.qmod"

mod.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"_QPVersion": "0.1.1",
33
"id": "RedBar",
44
"name": "RedBar",
5-
"version": "1.4.1",
5+
"version": "1.4.2",
66
"author": "ComputerElite",
77
"packageId": "com.beatgames.beatsaber",
88
"packageVersion": "1.16.4",
99
"modFiles": [
1010
"libRedBar.so"
1111
],
1212
"libraryFiles": [
13-
"libbeatsaber-hook_2_2_4.so"
13+
"libbeatsaber-hook_2_2_5.so"
1414
],
1515
"dependencies": [],
1616
"fileCopies": []

0 commit comments

Comments
 (0)