Skip to content

Commit 2a51592

Browse files
bs 1.17.0
1 parent 47bad42 commit 2a51592

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

Android.mk

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,26 +25,26 @@ LOCAL_MODULE := modloader
2525
LOCAL_EXPORT_C_INCLUDES := extern/modloader
2626
LOCAL_SRC_FILES := extern/libmodloader.so
2727
include $(PREBUILT_SHARED_LIBRARY)
28-
# Creating prebuilt for dependency: beatsaber-hook - version: 2.2.5
28+
# Creating prebuilt for dependency: beatsaber-hook - version: 2.3.0
2929
include $(CLEAR_VARS)
30-
LOCAL_MODULE := beatsaber-hook_2_2_5
30+
LOCAL_MODULE := beatsaber-hook_2_3_0
3131
LOCAL_EXPORT_C_INCLUDES := extern/beatsaber-hook
32-
LOCAL_SRC_FILES := extern/libbeatsaber-hook_2_2_5.so
32+
LOCAL_SRC_FILES := extern/libbeatsaber-hook_2_3_0.so
3333
LOCAL_CPP_FEATURES += exceptions
3434
include $(PREBUILT_SHARED_LIBRARY)
35-
# Creating prebuilt for dependency: codegen - version: 0.12.5
35+
# Creating prebuilt for dependency: codegen - version: 0.13.0
3636
include $(CLEAR_VARS)
37-
LOCAL_MODULE := codegen_0_12_5
37+
LOCAL_MODULE := codegen_0_13_0
3838
LOCAL_EXPORT_C_INCLUDES := extern/codegen
39-
LOCAL_SRC_FILES := extern/libcodegen_0_12_5.so
39+
LOCAL_SRC_FILES := extern/libcodegen_0_13_0.so
4040
include $(PREBUILT_SHARED_LIBRARY)
41-
# Creating prebuilt for dependency: questui - version: 0.10.2
41+
# Creating prebuilt for dependency: questui - version: 0.11.0
4242
include $(CLEAR_VARS)
4343
LOCAL_MODULE := questui
4444
LOCAL_EXPORT_C_INCLUDES := extern/questui
4545
LOCAL_SRC_FILES := extern/libquestui.so
4646
include $(PREBUILT_SHARED_LIBRARY)
47-
# Creating prebuilt for dependency: custom-types - version: 0.12.6
47+
# Creating prebuilt for dependency: custom-types - version: 0.12.7
4848
include $(CLEAR_VARS)
4949
LOCAL_MODULE := custom-types
5050
LOCAL_EXPORT_C_INCLUDES := extern/custom-types
@@ -57,12 +57,12 @@ LOCAL_SRC_FILES += $(call rwildcard,src/,*.cpp)
5757
LOCAL_SRC_FILES += $(call rwildcard,extern/beatsaber-hook/src/inline-hook,*.cpp)
5858
LOCAL_SRC_FILES += $(call rwildcard,extern/beatsaber-hook/src/inline-hook,*.c)
5959
LOCAL_SHARED_LIBRARIES += modloader
60-
LOCAL_SHARED_LIBRARIES += beatsaber-hook_2_2_5
61-
LOCAL_SHARED_LIBRARIES += codegen_0_12_5
60+
LOCAL_SHARED_LIBRARIES += beatsaber-hook_2_3_0
61+
LOCAL_SHARED_LIBRARIES += codegen_0_13_0
6262
LOCAL_SHARED_LIBRARIES += questui
6363
LOCAL_SHARED_LIBRARIES += custom-types
6464
LOCAL_LDLIBS += -llog
65-
LOCAL_CFLAGS += -I'extern/libil2cpp/il2cpp/libil2cpp' -DID='"Play3rdPer"' -DVERSION='"0.2.2"' -I'./shared' -I'./extern' -isystem'extern/codegen/include'
65+
LOCAL_CFLAGS += -I'extern/libil2cpp/il2cpp/libil2cpp' -DID='"Play3rdPer"' -DVERSION='"0.3.0"' -I'./shared' -I'./extern' -isystem'extern/codegen/include'
6666
LOCAL_CPPFLAGS += -std=c++2a
6767
LOCAL_C_INCLUDES += ./include ./src
6868
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/libPlay3rdPer.so", ".\extern\libbeatsaber-hook_2_2_5.so", ".\mod.json" -DestinationPath "./Play3rdPer.zip" -Update
4+
Compress-Archive -Path "./libs/arm64-v8a/libPlay3rdPer.so", ".\extern\libbeatsaber-hook_2_3_0.so", ".\mod.json" -DestinationPath "./Play3rdPer.zip" -Update
55
Remove-Item "./Play3rdPer.qmod"
66
Rename-Item "./Play3rdPer.zip" "./Play3rdPer.qmod"

mod.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"_QPVersion": "0.1.1",
33
"id": "Play3rdPer",
44
"name": "Third Person mod",
5-
"version": "0.2.2",
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
"libPlay3rdPer.so"
1111
],
1212
"libraryFiles": [
13-
"libbeatsaber-hook_2_2_5.so"
13+
"libbeatsaber-hook_2_3_0.so"
1414
],
1515
"dependencies": [],
1616
"fileCopies": []

0 commit comments

Comments
 (0)