File tree Expand file tree Collapse file tree
build-logic/src/main/kotlin
sample/multiplatform/composeApp Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99[ ![ Android] ( https://img.shields.io/badge/Android-000000?style=for-the-badge&logo=android&logoColor=ffffff )] ( https://developer.android.com/ )
1010[ ![ iOS] ( https://img.shields.io/badge/iOS-000000?style=for-the-badge&logo=apple&logoColor=ffffff )] ( https://developer.apple.com/ )
1111[ ![ klibs] ( https://img.shields.io/badge/klibs-000000?style=for-the-badge&logo=kotlin&logoColor=ffffff )] ( https://klibs.io/project/rexiox/sentinel )
12- [ ![ Version] ( https://img.shields.io/badge/1.8.1 -000000?style=for-the-badge&logo=stackblitz )] ( # )
12+ [ ![ Version] ( https://img.shields.io/badge/1.8.2 -000000?style=for-the-badge&logo=stackblitz )] ( # )
1313
1414** Sentinel** is a lightweight, modular Kotlin Multiplatform security toolkit designed to analyze
1515runtime environments and detect potential security threats in real time on both Android and iOS.
@@ -92,7 +92,7 @@ against multiple threat types.
9292## Quick Start
9393
9494``` gradle
95- implementation("co.rexiox:sentinel:1.8.1 ")
95+ implementation("co.rexiox:sentinel:1.8.2 ")
9696```
9797
9898You can use the following method to print the appId and appIntegrity values required for your
@@ -241,7 +241,7 @@ suspicious activities in real-time and reports these threats.
241241https://github.com/user-attachments/assets/acfb35ac-61c4-492e-ae42-a7576f2badb1
242242
243243``` gradle
244- implementation("co.rexiox:sentinel-monitor:1.8.1 ")
244+ implementation("co.rexiox:sentinel-monitor:1.8.2 ")
245245```
246246
247247``` kotlin
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Only the latest stable release of Sentinel receives security fixes.
77| Version | Supported |
88| ---------| -----------|
99| 1.8.x | ✅ Yes |
10- | < 1.8.1 | ❌ No |
10+ | < 1.8.2 | ❌ No |
1111
1212## Reporting a Vulnerability
1313
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ object Config {
66
77 const val MIN_SDK = 24
88 const val COMPILE_SDK = 36
9- const val NAME = " 1.8.1 "
9+ const val NAME = " 1.8.2 "
1010 }
1111
1212 object Publishing {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ kotlinxBenchmarkRuntime = "0.4.16"
77kotlinxCoroutinesCore = " 1.10.2"
88kotlinxDatetime = " 0.7.1"
99materialIconsCore = " 1.7.3"
10- sentinel = " 1.8.1 "
10+ sentinel = " 1.8.2 "
1111vanniktechMavenPublish = " 0.34.0"
1212androidx-lifecycle = " 2.10.0"
1313composeMultiplatform = " 1.10.3"
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ android {
6161 minSdk = 24
6262 targetSdk = 36
6363 versionCode = 8
64- versionName = " 1.8.1 "
64+ versionName = " 1.8.2 "
6565 }
6666
6767 packaging {
You can’t perform that action at this time.
0 commit comments