You've already forked PlayIntegrityFork
mirror of
https://github.com/osm0sis/PlayIntegrityFork.git
synced 2025-09-06 06:37:06 +00:00
More housekeeping
This commit is contained in:
4
.github/workflows/android.yml
vendored
4
.github/workflows/android.yml
vendored
@@ -30,8 +30,8 @@ jobs:
|
|||||||
- name: Build with Gradle
|
- name: Build with Gradle
|
||||||
run: ./gradlew assembleRelease
|
run: ./gradlew assembleRelease
|
||||||
|
|
||||||
- name: Create PlayIntegrityFork zip
|
- name: Upload PlayIntegrityFork-CI.zip
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: PlayIntegrityFork
|
name: PlayIntegrityFork-CI
|
||||||
path: module/*
|
path: module/*
|
||||||
|
|||||||
@@ -5,3 +5,4 @@
|
|||||||
- Use custom.pif.json for custom spoofing if it exists, self-contained in the module directory, and restore it after module updates
|
- Use custom.pif.json for custom spoofing if it exists, self-contained in the module directory, and restore it after module updates
|
||||||
- Move props that need to be changed earlier into post-fs-data.sh
|
- Move props that need to be changed earlier into post-fs-data.sh
|
||||||
- Warn of possible conflict if MagiskHidePropsConfig (MHPC) is installed
|
- Warn of possible conflict if MagiskHidePropsConfig (MHPC) is installed
|
||||||
|
- Continue to use ShadowHook for now
|
||||||
@@ -2,5 +2,5 @@
|
|||||||
"version": "v3",
|
"version": "v3",
|
||||||
"versionCode": 3000,
|
"versionCode": 3000,
|
||||||
"zipUrl": "https://github.com/osm0sis/PlayIntegrityFork/releases/download/v3/PlayIntegrityFork-v3.zip",
|
"zipUrl": "https://github.com/osm0sis/PlayIntegrityFork/releases/download/v3/PlayIntegrityFork-v3.zip",
|
||||||
"changelog": "https://raw.githubusercontent.com/osm0sis/PlayIntegrityFork/main/changelog.md"
|
"changelog": "https://raw.githubusercontent.com/osm0sis/PlayIntegrityFork/main/CHANGELOG.md"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user