bump to v1.0.2

This commit is contained in:
5ec1cff
2024-07-18 17:30:06 +08:00
parent 493c79b1e0
commit 62ae132432
2 changed files with 3 additions and 2 deletions

View File

@@ -40,6 +40,8 @@ format:
## Build Vars Spoofing ## 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 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`. by creating a file `/data/adb/tricky_store/spoof_build_vars`.
@@ -65,7 +67,6 @@ Here is an example of spoof config:
"tags": "release-keys" "tags": "release-keys"
} }
``` ```
Zygisk (or Zygisk Next) is needed for this feature to work.
## Support TEE broken devices ## Support TEE broken devices

View File

@@ -24,7 +24,7 @@ val gitCommitHash = "git rev-parse --verify --short HEAD".execute()
// also the soname // also the soname
val moduleId by extra("tricky_store") val moduleId by extra("tricky_store")
val moduleName 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 verCode by extra(gitCommitCount)
val commitHash by extra(gitCommitHash) val commitHash by extra(gitCommitHash)
val abiList by extra(listOf("arm64-v8a", "x86_64")) val abiList by extra(listOf("arm64-v8a", "x86_64"))