Skip to content

Commit

Permalink
Update Version and post restore
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Jul 27, 2021
1 parent 92be849 commit ca42f87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@ TARGET_ARCH_ABI := $(APP_ABI)

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

# Creating prebuilt for dependency: modloader - version: 1.2.3
include $(CLEAR_VARS)
LOCAL_MODULE := modloader
LOCAL_EXPORT_C_INCLUDES := extern/modloader
LOCAL_SRC_FILES := extern/libmodloader.so
include $(PREBUILT_SHARED_LIBRARY)

include $(CLEAR_VARS)
LOCAL_MODULE := beatsaber-hook_1_2_3
LOCAL_MODULE := beatsaber-hook_2_2_1
LOCAL_SRC_FILES += $(call rwildcard,src/utils,*.cpp)
LOCAL_SRC_FILES += $(call rwildcard,src/config,*.cpp)
LOCAL_SHARED_LIBRARIES += modloader
LOCAL_LDLIBS += -llog
LOCAL_CFLAGS += -DVERSION='"1.2.3"' -isystem 'extern/libil2cpp/il2cpp/libil2cpp' -D'UNITY_2019' -Wall -Wextra -Werror -Wno-unused-function -DID='"beatsaber-hook"' -I'./shared' -isystem 'extern'
LOCAL_CFLAGS += -DVERSION='"2.2.1"' -isystem 'extern/libil2cpp/il2cpp/libil2cpp' -D'UNITY_2019' -Wall -Wextra -Werror -Wno-unused-function -DID='"beatsaber-hook"' -I'./shared' -isystem 'extern'
LOCAL_C_INCLUDES += ./shared
# rtti is needed for the function target member to actually work
LOCAL_CPP_FEATURES += exceptions rtti
include $(BUILD_SHARED_LIBRARY)
2 changes: 1 addition & 1 deletion qpm.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"info": {
"name": "beatsaber-hook",
"id": "beatsaber-hook",
"version": "1.2.3",
"version": "2.2.1",
"url": "https://github.com/sc2ad/beatsaber-hook",
"additionalData": {
"branchName": "master",
Expand Down

0 comments on commit ca42f87

Please sign in to comment.