From 62ae13243206e6b9ae5cdad902d858fd46450a0c Mon Sep 17 00:00:00 2001 From: 5ec1cff Date: Thu, 18 Jul 2024 17:30:06 +0800 Subject: [PATCH] bump to v1.0.2 --- README.md | 3 ++- build.gradle.kts | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 95e372a..100f8a6 100644 --- a/README.md +++ b/README.md @@ -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`. @@ -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 diff --git a/build.gradle.kts b/build.gradle.kts index 96dbfba..5c6ad4e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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"))