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 Oct 2, 2021
1 parent 1aadf01 commit b4c9338
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ LOCAL_SRC_FILES := extern/libcapstone.a
include $(PREBUILT_STATIC_LIBRARY)

include $(CLEAR_VARS)
LOCAL_MODULE := beatsaber-hook_3_0_1
LOCAL_MODULE := beatsaber-hook_3_0_7
LOCAL_SRC_FILES += $(call rwildcard,src/utils,*.cpp)
LOCAL_SRC_FILES += $(call rwildcard,src/config,*.cpp)
LOCAL_SHARED_LIBRARIES += modloader
LOCAL_STATIC_LIBRARIES += capstone
LOCAL_LDLIBS += -llog
LOCAL_CFLAGS += -DVERSION='"3.0.1"' -isystem 'extern/libil2cpp/il2cpp/libil2cpp' -D'UNITY_2019' -Wall -Wextra -Werror -Wno-unused-function -DID='"beatsaber-hook"' -I'./shared' -isystem 'extern'
LOCAL_CFLAGS += -DVERSION='"3.0.7"' -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
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": "3.0.7",
"url": "https://github.com/sc2ad/beatsaber-hook",
"additionalData": {
"branchName": "master",
Expand Down

0 comments on commit b4c9338

Please sign in to comment.