Skip to content

Commit 6717e26

Browse files
committed
chore: update version to 1.8.2
1 parent 6e86835 commit 6717e26

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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
1515
runtime 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

9898
You 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.
241241
https://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

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

build-logic/src/main/kotlin/Config.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 {

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ kotlinxBenchmarkRuntime = "0.4.16"
77
kotlinxCoroutinesCore = "1.10.2"
88
kotlinxDatetime = "0.7.1"
99
materialIconsCore = "1.7.3"
10-
sentinel = "1.8.1"
10+
sentinel = "1.8.2"
1111
vanniktechMavenPublish = "0.34.0"
1212
androidx-lifecycle = "2.10.0"
1313
composeMultiplatform = "1.10.3"

sample/multiplatform/composeApp/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)