Skip to content

Commit f35e849

Browse files
committed
Align with ST BLE Sensor V5.3.0
Signed-off-by: Luca Pezzoni <luca.pezzoni@st.com>
1 parent cf18fae commit f35e849

File tree

262 files changed

+6345
-8282
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

262 files changed

+6345
-8282
lines changed

License.html

Lines changed: 161 additions & 427 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
Application ST BLE Sensors
44

55

6-
# Compilation
6+
## Compilation
77

8-
Code compiled using gradle 8.14.3
8+
Code compiled using gradle 9.3.1
99

1010
set on Gradle properties the Github Login name and SSO authentication
1111
Example:

app/build.gradle.kts

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ plugins {
1818
alias(libs.plugins.kotlinAndroid)
1919
alias(libs.plugins.kotlinSerialization)
2020
alias(libs.plugins.devtoolsKsp)
21-
alias(libs.plugins.jlleitschuhKtlint)
22-
alias(libs.plugins.androidxSafeargs)
2321
alias(libs.plugins.jaredsburrowsLicense)
2422
}
2523

@@ -35,8 +33,8 @@ android {
3533
applicationId = "com.st.bluems"
3634
minSdk = stMinSdk
3735
targetSdk = stTargetSdk
38-
versionCode = 352
39-
versionName = "5.2.13"
36+
versionCode = 356
37+
versionName = "5.3.0"
4038

4139
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
4240
vectorDrawables { useSupportLibrary = true }
@@ -110,13 +108,6 @@ detekt {
110108
config.setFrom("../detekt-config-compose.yml")
111109
}
112110

113-
configure<org.jlleitschuh.gradle.ktlint.KtlintExtension> {
114-
verbose.set(true)
115-
debug.set(true)
116-
android.set(true)
117-
version.set("0.22.0")
118-
}
119-
120111
dependencies {
121112
// Blue ST module:
122113
// - Core
@@ -150,8 +141,8 @@ dependencies {
150141

151142
// Hilt
152143
implementation(libs.hilt.android)
153-
implementation(libs.hilt.navigationFragment)
154144
ksp(libs.hilt.compiler)
145+
ksp(libs.kotlin.metadata)
155146

156147
// Dependency required for API desugaring.
157148
coreLibraryDesugaring(libs.desugar.jdk.libs.nio)

app/src/main/assets/open_source_licenses.html

Lines changed: 158 additions & 424 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)