You've already forked TrickyStore
mirror of
https://github.com/5ec1cff/TrickyStore.git
synced 2025-09-06 06:37:07 +00:00
bump to v1.0.2
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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"))
|
||||||
|
|||||||
Reference in New Issue
Block a user