Skip to content

Commit 12c3e7c

Browse files
committed
docs: update CHANGELOG.md and pubspec.yaml
1 parent 6222b99 commit 12c3e7c

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.2.0
2+
3+
* Added support for 16 KB page sizes
4+
* Upgraded compileSdk and Gradle version
5+
* Added background execution support
6+
* Added null-safety support in `ExternalStorageCheck.kt`
7+
* Acknowledgements: Thanks to @n0ks, @maeddin, @vicajilau, @anderscheow, and @bjlf12 for their PRs 🙏
8+
19
## 1.1.6
210

311
* fix: TARGET_OS_SIMULATOR is deprecated in swift
@@ -40,15 +48,15 @@
4048

4149
## 0.0.5
4250

43-
* Change library for check detect frida
51+
* Change library for check detect frida
4452

4553
## 0.0.4
4654

47-
* Config jniLibs by "armeabi-v7a", "arm64-v8a", "x86", "x86_64"
55+
* Config jniLibs by "armeabi-v7a", "arm64-v8a", "x86", "x86_64"
4856

4957
## 0.0.3
5058

51-
* Config ndk abiFilters "armeabi-v7a", "arm64-v8a", "x86", "x86_64"
59+
* Config ndk abiFilters "armeabi-v7a", "arm64-v8a", "x86", "x86_64"
5260

5361
## 0.0.2
5462

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 1.2.0
44
homepage: https://github.com/w3connext/jailbreak_root_detection
55

66
environment:
7-
sdk: '>=3.6.2 <4.0.0'
7+
sdk: ">=3.6.2 <4.0.0"
88
flutter: ">=2.5.0"
99

1010
dependencies:

0 commit comments

Comments
 (0)