Skip to content

Commit 9a0665b

Browse files
bs 1.17.0
1 parent 1c73ca8 commit 9a0665b

3 files changed

Lines changed: 16 additions & 16 deletions

File tree

Android.mk

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,26 +24,26 @@ 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.5
27+
# Creating prebuilt for dependency: beatsaber-hook - version: 2.3.0
2828
include $(CLEAR_VARS)
29-
LOCAL_MODULE := beatsaber-hook_2_2_5
29+
LOCAL_MODULE := beatsaber-hook_2_3_0
3030
LOCAL_EXPORT_C_INCLUDES := extern/beatsaber-hook
31-
LOCAL_SRC_FILES := extern/libbeatsaber-hook_2_2_5.so
31+
LOCAL_SRC_FILES := extern/libbeatsaber-hook_2_3_0.so
3232
LOCAL_CPP_FEATURES += exceptions
3333
include $(PREBUILT_SHARED_LIBRARY)
34-
# Creating prebuilt for dependency: codegen - version: 0.12.5
34+
# Creating prebuilt for dependency: codegen - version: 0.13.0
3535
include $(CLEAR_VARS)
36-
LOCAL_MODULE := codegen_0_12_5
36+
LOCAL_MODULE := codegen_0_13_0
3737
LOCAL_EXPORT_C_INCLUDES := extern/codegen
38-
LOCAL_SRC_FILES := extern/libcodegen_0_12_5.so
38+
LOCAL_SRC_FILES := extern/libcodegen_0_13_0.so
3939
include $(PREBUILT_SHARED_LIBRARY)
40-
# Creating prebuilt for dependency: questui - version: 0.10.2
40+
# Creating prebuilt for dependency: questui - version: 0.11.0
4141
include $(CLEAR_VARS)
4242
LOCAL_MODULE := questui
4343
LOCAL_EXPORT_C_INCLUDES := extern/questui
4444
LOCAL_SRC_FILES := extern/libquestui.so
4545
include $(PREBUILT_SHARED_LIBRARY)
46-
# Creating prebuilt for dependency: custom-types - version: 0.12.6
46+
# Creating prebuilt for dependency: custom-types - version: 0.12.7
4747
include $(CLEAR_VARS)
4848
LOCAL_MODULE := custom-types
4949
LOCAL_EXPORT_C_INCLUDES := extern/custom-types
@@ -56,12 +56,12 @@ 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_5
60-
LOCAL_SHARED_LIBRARIES += codegen_0_12_5
59+
LOCAL_SHARED_LIBRARIES += beatsaber-hook_2_3_0
60+
LOCAL_SHARED_LIBRARIES += codegen_0_13_0
6161
LOCAL_SHARED_LIBRARIES += questui
6262
LOCAL_SHARED_LIBRARIES += custom-types
6363
LOCAL_LDLIBS += -llog
64-
LOCAL_CFLAGS += -I'extern/libil2cpp/il2cpp/libil2cpp' -DID='"CrashMod"' -DVERSION='"0.2.1"' -I'./shared' -I'./extern' -isystem'extern/codegen/include'
64+
LOCAL_CFLAGS += -I'extern/libil2cpp/il2cpp/libil2cpp' -DID='"CrashMod"' -DVERSION='"0.3.0"' -I'./shared' -I'./extern' -isystem'extern/codegen/include'
6565
LOCAL_CPPFLAGS += -std=c++2a
6666
LOCAL_C_INCLUDES += ./include ./src
6767
include $(BUILD_SHARED_LIBRARY)

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/libCrashMod.so", ".\extern\libbeatsaber-hook_2_2_5.so", ".\mod.json" -DestinationPath "./CrashMod.zip" -Update
4+
Compress-Archive -Path "./libs/arm64-v8a/libCrashMod.so", ".\extern\libbeatsaber-hook_2_3_0.so", ".\mod.json" -DestinationPath "./CrashMod.zip" -Update
55
Remove-Item "./CrashMod.qmod"
66
Rename-Item "./CrashMod.zip" "./CrashMod.qmod"

mod.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
"_QPVersion": "0.1.1",
33
"id": "CrashMod",
44
"name": "CrashMod",
5-
"version": "0.2.1",
5+
"version": "0.3.0",
66
"author": "ComputerElite",
77
"packageId": "com.beatgames.beatsaber",
8-
"packageVersion": "1.16.4",
8+
"packageVersion": "1.17.0",
99
"modFiles": [
1010
"libCrashMod.so"
1111
],
1212
"libraryFiles": [
13-
"libbeatsaber-hook_2_2_5.so"
13+
"libbeatsaber-hook_2_3_0.so"
1414
],
1515
"dependencies": [],
1616
"fileCopies": []
17-
}
17+
}

0 commit comments

Comments
 (0)