Skip to content

Commit d7ff862

Browse files
author
Github Actions
committed
Update Version and post restore
1 parent 2bcc1e7 commit d7ff862

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Android.mk

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,20 @@ TARGET_ARCH_ABI := $(APP_ABI)
2525

2626
rwildcard=$(wildcard $1$2) $(foreach d,$(wildcard $1*),$(call rwildcard,$d/,$2))
2727

28+
# Creating prebuilt for dependency: modloader - version: 1.1.0
2829
include $(CLEAR_VARS)
2930
LOCAL_MODULE := modloader
3031
LOCAL_EXPORT_C_INCLUDES := extern/modloader
3132
LOCAL_SRC_FILES := extern/libmodloader.so
3233
include $(PREBUILT_SHARED_LIBRARY)
3334

3435
include $(CLEAR_VARS)
35-
LOCAL_MODULE := beatsaber-hook_1_0_0
36+
LOCAL_MODULE := beatsaber-hook_1_3_3
3637
LOCAL_SRC_FILES += $(call rwildcard,src/utils,*.cpp)
3738
LOCAL_SRC_FILES += $(call rwildcard,src/config,*.cpp)
3839
LOCAL_SHARED_LIBRARIES += modloader
3940
LOCAL_LDLIBS += -llog
40-
LOCAL_CFLAGS += -DVERSION='"1.0.0"' -isystem 'extern/libil2cpp/il2cpp/libil2cpp' -D'UNITY_2019' -Wall -Wextra -Werror -Wno-unused-function -DID='"beatsaber-hook"' -I'./shared' -isystem 'extern'
41+
LOCAL_CFLAGS += -DVERSION='"1.3.3"' -isystem 'extern/libil2cpp/il2cpp/libil2cpp' -D'UNITY_2019' -Wall -Wextra -Werror -Wno-unused-function -DID='"beatsaber-hook"' -I'./shared' -isystem 'extern'
4142
LOCAL_C_INCLUDES += ./shared
4243
LOCAL_CPP_FEATURES += exceptions
4344
include $(BUILD_SHARED_LIBRARY)

qpm.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"info": {
55
"name": "beatsaber-hook",
66
"id": "beatsaber-hook",
7-
"version": "1.0.0",
7+
"version": "1.3.3",
88
"url": "https://github.com/sc2ad/beatsaber-hook",
99
"additionalData": {
1010
"branchName": "master",

0 commit comments

Comments
 (0)