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 @@ -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
102102You 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.
249249https://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
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.4. beta | ❌ No |
10+ | < 1.8.4- beta | ❌ 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.4. beta"
9+ const val NAME = " 1.8.4- beta"
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.4. beta"
10+ sentinel = " 1.8.4- beta"
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.4. beta"
64+ versionName = " 1.8.4- beta"
6565 }
6666
6767 packaging {
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments