Skip to content

Commit 3de31dd

Browse files
committed
Update the Frida version for the test to 16.6.6
This was needed after 33307d4 beacuse it uses the new `Module.findSymbolbyName` that was introduced in v16.6.0
1 parent 73b435c commit 3de31dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ deploy_prefix := /data/local/tmp
99
deploy_data_dir := $(deploy_prefix)/frida-java-bridge-tests
1010
deploy_cache_dir := $(deploy_data_dir)/dalvik-cache
1111

12-
frida_version := 16.0.1
12+
frida_version := 16.6.6
1313

1414
test_sources := $(wildcard re/frida/*.java)
1515
test_classes := $(patsubst %.java,%.class,$(test_sources))

0 commit comments

Comments
 (0)