Skip to content

Commit 5c7e503

Browse files
committed
chore: update version to 1.8.4-beta
1 parent bd2a6a1 commit 5c7e503

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ against multiple threat types.
9696
## Quick Start
9797

9898
```gradle
99-
implementation("co.rexiox:sentinel:1.8.4.beta")
99+
implementation("co.rexiox:sentinel:1.8.4-beta")
100100
```
101101

102102
You can use the following method to print the appId and appIntegrity values required for your
@@ -249,7 +249,7 @@ suspicious activities in real-time and reports these threats.
249249
https://github.com/user-attachments/assets/acfb35ac-61c4-492e-ae42-a7576f2badb1
250250

251251
```gradle
252-
implementation("co.rexiox:sentinel-monitor:1.8.4.beta")
252+
implementation("co.rexiox:sentinel-monitor:1.8.4-beta")
253253
```
254254

255255
```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.4.beta | ❌ No |
10+
| < 1.8.4-beta | ❌ 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.4.beta"
9+
const val NAME = "1.8.4-beta"
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.4.beta"
10+
sentinel = "1.8.4-beta"
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.4.beta"
64+
versionName = "1.8.4-beta"
6565
}
6666

6767
packaging {

sentinel-benchmark/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ tasks.register("generateAndroidBenchmarkPerformanceReport") {
126126
group = "reporting"
127127
description = "Analyses JSON benchmark results and generates a Markdown performance report."
128128

129-
val version = "v1.8.4.beta"
129+
val version = "v1.8.4-beta"
130130
val projectReportDir = project.layout.projectDirectory.dir(
131131
"report/performance/${version.replace(".", "_")}/"
132132
).asFile

0 commit comments

Comments
 (0)