Skip to content

Commit

Permalink
bump to v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
5ec1cff committed Jul 18, 2024
1 parent 493c79b commit 62ae132
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ format:

## Build Vars Spoofing

> **Zygisk (or Zygisk Next) is needed for this feature to work.**
If you can not pass strong integrity, you can try to enable build vars spoofing
by creating a file `/data/adb/tricky_store/spoof_build_vars`.

Expand All @@ -65,7 +67,6 @@ Here is an example of spoof config:
"tags": "release-keys"
}
```
Zygisk (or Zygisk Next) is needed for this feature to work.

## Support TEE broken devices

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ val gitCommitHash = "git rev-parse --verify --short HEAD".execute()
// also the soname
val moduleId by extra("tricky_store")
val moduleName by extra("Tricky Store")
val verName by extra("v1.0.1")
val verName by extra("v1.0.2")
val verCode by extra(gitCommitCount)
val commitHash by extra(gitCommitHash)
val abiList by extra(listOf("arm64-v8a", "x86_64"))
Expand Down

0 comments on commit 62ae132

Please # to comment.