File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed
Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 1.2.0+1
2+
3+ * Improve Android and SDK Compatibility Without Over-Upgrading
4+ * Acknowledgements: Thanks to @vicajilau for their PRs 🙏
5+
16## 1.2.0
27
38* Added support for 16 KB page sizes
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Uses [RootBeer](https://github.com/scottyab/rootbeer) + DetectFrida for Android
99In your flutter project add the dependency:
1010
1111``` yaml
12- jailbreak_root_detection : " ^1.1.6 "
12+ jailbreak_root_detection : " ^1.2.0+1 "
1313` ` `
1414
1515## Usage
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ packages:
8181 path: ".."
8282 relative: true
8383 source: path
84- version: "1.1.6 "
84+ version: "1.2.0+1 "
8585 leak_tracker:
8686 dependency: transitive
8787 description:
Original file line number Diff line number Diff line change 11name : jailbreak_root_detection
22description : Uses RootBeer + DetectFrida for Android root detection and IOSSecuritySuite for iOS jailbreak detection.
3- version : 1.1.6
3+ version : 1.2.0+1
44homepage : https://github.com/w3connext/jailbreak_root_detection
55
66environment :
You can’t perform that action at this time.
0 commit comments