Skip to content

Commit 7e6f0b7

Browse files
committed
Update to newer config-utils
1 parent 6dcd5b4 commit 7e6f0b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Android.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ LOCAL_SHARED_LIBRARIES += codegen_0_13_0
6565
LOCAL_SHARED_LIBRARIES += custom-types
6666
LOCAL_SHARED_LIBRARIES += questui
6767
LOCAL_LDLIBS += -llog
68-
LOCAL_CFLAGS += -I'extern/libil2cpp/il2cpp/libil2cpp' -DID='"clockmod"' -DVERSION='"1.5.0"' -I'./shared' -I'./extern' -isystem'extern/codegen/include' -Ofast
68+
LOCAL_CFLAGS += -I'extern/libil2cpp/il2cpp/libil2cpp' -DID='"clockmod"' -DVERSION='"1.5.0-Dev"' -I'./shared' -I'./extern' -isystem'extern/codegen/include' -Ofast
6969
LOCAL_CPPFLAGS += -std=c++2a -Ofast
7070
LOCAL_C_INCLUDES += ./include ./src
7171
include $(BUILD_SHARED_LIBRARY)

qpm.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
{
3737
"id": "config-utils",
38-
"versionRange": "^0.5.0",
38+
"versionRange": "^0.6.0",
3939
"additionalData": {}
4040
}
4141
],

0 commit comments

Comments
 (0)