mirror of
https://github.com/chiteroman/PlayIntegrityFix.git
synced 2025-01-19 03:22:39 +02:00
update
This commit is contained in:
parent
da6b4d479d
commit
abbe5ffb88
@ -12,8 +12,8 @@ android {
|
||||
applicationId = "es.chiteroman.playintegrityfix"
|
||||
minSdk = 26
|
||||
targetSdk = 34
|
||||
versionCode = 15300
|
||||
versionName = "v15.3"
|
||||
versionCode = 15310
|
||||
versionName = "v15.3.1"
|
||||
|
||||
externalNativeBuild {
|
||||
ndk {
|
||||
|
@ -113,7 +113,6 @@ public:
|
||||
void onLoad(zygisk::Api *api, JNIEnv *env) override {
|
||||
this->api = api;
|
||||
this->env = env;
|
||||
env->GetJavaVM(&jvm);
|
||||
}
|
||||
|
||||
void preAppSpecialize(zygisk::AppSpecializeArgs *args) override {
|
||||
@ -142,6 +141,8 @@ public:
|
||||
return;
|
||||
}
|
||||
|
||||
env->GetJavaVM(&jvm);
|
||||
|
||||
long dexSize = 0, jsonSize = 0;
|
||||
|
||||
int fd = api->connectCompanion();
|
||||
|
@ -1,7 +1,7 @@
|
||||
id=playintegrityfix
|
||||
name=Play Integrity Fix
|
||||
version=v15.3
|
||||
versionCode=15300
|
||||
version=v15.3.1
|
||||
versionCode=15310
|
||||
author=chiteroman
|
||||
description=Universal modular fix for Play Integrity (and SafetyNet) on devices running Android 8+.
|
||||
updateJson=https://raw.githubusercontent.com/chiteroman/PlayIntegrityFix/main/update.json
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": "v15.3",
|
||||
"versionCode": 15300,
|
||||
"zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v15.3/PlayIntegrityFix_v15.3.zip",
|
||||
"zipUrl": "https://github.com/chiteroman/PlayIntegrityFix/releases/download/v15.3/PlayIntegrityFix_v15.3.1.zip",
|
||||
"changelog": "https://raw.githubusercontent.com/chiteroman/PlayIntegrityFix/main/changelog.md"
|
||||
}
|
Loading…
Reference in New Issue
Block a user