Skip to content

Commit bf11de2

Browse files
preperation for 1.18.0
1 parent f2acb62 commit bf11de2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Android.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ LOCAL_SHARED_LIBRARIES += codegen
6161
LOCAL_SHARED_LIBRARIES += questui
6262
LOCAL_SHARED_LIBRARIES += custom-types
6363
LOCAL_LDLIBS += -llog
64-
LOCAL_CFLAGS += -I'extern/libil2cpp/il2cpp/libil2cpp' -DID='"RedBar"' -DVERSION='"1.6.0"' -I'./shared' -I'./extern' -isystem'extern/codegen/include'
64+
LOCAL_CFLAGS += -I'extern/libil2cpp/il2cpp/libil2cpp' -DID='"RedBar"' -DVERSION='"1.7.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)

mod.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"_QPVersion": "0.1.1",
33
"id": "RedBar",
44
"name": "RedBar",
5-
"version": "1.6.0",
5+
"version": "1.7.0",
66
"author": "ComputerElite",
77
"packageId": "com.beatgames.beatsaber",
8-
"packageVersion": "1.17.1",
8+
"packageVersion": "1.18.0",
99
"modFiles": [
1010
"libRedBar.so"
1111
],

0 commit comments

Comments
 (0)