Skip to content

Commit 89a8aa0

Browse files
committed
Update to Targeted Fix v4
- Add nlohmann/json as submodule - Update libcxx prefab - Update 5ec1cff/local_cxa_atexit_finalize_impl submodule - Improved target.txt handling and organization
1 parent fd5a68d commit 89a8aa0

13 files changed

Lines changed: 133 additions & 25575 deletions

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44
[submodule "local_cxa_atexit_finalize_impl"]
55
path = app/src/main/cpp/local_cxa_atexit_finalize_impl
66
url = https://github.com/5ec1cff/local_cxa_atexit_finalize_impl
7+
[submodule "json"]
8+
path = app/src/main/cpp/json
9+
url = https://github.com/nlohmann/json

CHANGELOG.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1+
## Targeted Fix v4
2+
3+
- Add nlohmann/json as submodule
4+
- Update libcxx prefab
5+
- Update 5ec1cff/local_cxa_atexit_finalize_impl submodule.
6+
- Improved target.txt handling and organization
7+
18
## Targeted Fix v3
29

310
- Add prop format support
411
- Improvement to handle the value "" as deleted.
512

6-
## Targeted Fix v2
7-
8-
- Update to latest source from PIFork v14
9-
- Added config folder inside in the module folder for better organization.
10-
- Added scripts to keep the config files when update/reinstall
11-
- Removed the spoofVendingSdk option as no longer needed.
12-
13-
## Targeted Fix v1
14-
15-
- Initial Release
13+
_[Full changelogs](https://github.com/VisionR1/TargetedFix/releases)_

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ android {
6666
}
6767

6868
dependencies {
69-
implementation("dev.rikka.ndk.thirdparty:cxx:1.2.0")
69+
implementation("org.lsposed.libcxx:libcxx:29.0.14206865")
7070
implementation("org.lsposed.hiddenapibypass:hiddenapibypass:6.1")
7171
}
7272

0 commit comments

Comments
 (0)