Skip to content

Commit fff5248

Browse files
committedAug 12, 2019
Bump Frida SDK to 12.6.13
1 parent f3e8caf commit fff5248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android_sysroot := $(ANDROID_NDK_ROOT)/platforms/$(android_platform)/arch-$(ANDR
88
deploy_prefix := /data/local/tmp
99
deploy_data_dir := $(deploy_prefix)/frida-java-tests
1010

11-
frida_version := 12.6.11
11+
frida_version := 12.6.13
1212

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

0 commit comments

Comments
 (0)
Please sign in to comment.