Skip to content

Commit

Permalink
preperation for 1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ComputerElite authored Sep 21, 2021
1 parent 42fc16c commit e5a31e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ LOCAL_SHARED_LIBRARIES += codegen
LOCAL_SHARED_LIBRARIES += questui
LOCAL_SHARED_LIBRARIES += custom-types
LOCAL_LDLIBS += -llog
LOCAL_CFLAGS += -I'extern/libil2cpp/il2cpp/libil2cpp' -DID='"Play3rdPer"' -DVERSION='"0.4.1"' -I'./shared' -I'./extern' -isystem'extern/codegen/include'
LOCAL_CFLAGS += -I'extern/libil2cpp/il2cpp/libil2cpp' -DID='"Play3rdPer"' -DVERSION='"0.5.0"' -I'./shared' -I'./extern' -isystem'extern/codegen/include'
LOCAL_CPPFLAGS += -std=c++2a
LOCAL_C_INCLUDES += ./include ./src
include $(BUILD_SHARED_LIBRARY)
4 changes: 2 additions & 2 deletions mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"_QPVersion": "0.1.1",
"id": "Play3rdPer",
"name": "Third Person mod",
"version": "0.4.1",
"version": "0.5.0",
"author": "ComputerElite",
"packageId": "com.beatgames.beatsaber",
"packageVersion": "1.17.1",
"packageVersion": "1.18.0",
"modFiles": [
"libPlay3rdPer.so"
],
Expand Down

0 comments on commit e5a31e5

Please sign in to comment.