Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
api: [26, 27, 28, 29, 30, 31]
arch: [x86, x86_64]
arch: [x86_64]
exclude:
- api: 30
arch: x86
Expand Down
2 changes: 1 addition & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ deploy_prefix := /data/local/tmp
deploy_data_dir := $(deploy_prefix)/frida-java-bridge-tests
deploy_cache_dir := $(deploy_data_dir)/dalvik-cache

frida_version := 16.0.1
frida_version := 16.6.6

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