Skip to content

Commit 24da6d1

Browse files
committed
Align with ST BLE Sensor V5.2.12
Signed-off-by: Luca Pezzoni <luca.pezzoni@st.com>
1 parent b80a9bc commit 24da6d1

105 files changed

Lines changed: 1595 additions & 870 deletions

File tree

Some content is hidden

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

License.html

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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Application ST BLE Sensors
55

66
# Compilation
77

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

1010
set on Gradle properties the Github Login name and SSO authentication
1111
Example:
@@ -16,7 +16,7 @@ GPR_API_KEY=XXXXXXXXXXXXXXXXXXXXXXXX
1616
For using this application is necessary to downlaod the Android BlueST-SDK from:
1717
https://github.com/STMicroelectronics/BlueSTSDK_Android
1818

19-
tag BlueST-SDK_V1.2.12
19+
tag BlueST-SDK_V1.2.14
2020

2121
and follow the instruction for compiling and publish on local maven repository the 2 libraries necessary for this application:
2222
* st-blue-sdk

app/build.gradle.kts

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ android {
3737
applicationId = "com.st.bluems"
3838
minSdk = stMinSdk
3939
targetSdk = stTargetSdk
40-
versionCode = 334
41-
versionName = "5.2.10"
40+
versionCode = 341
41+
versionName = "5.2.12"
4242

4343
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
4444
vectorDrawables { useSupportLibrary = true }
@@ -79,10 +79,6 @@ android {
7979
viewBinding = true
8080
}
8181

82-
composeCompiler {
83-
enableStrongSkippingMode = true
84-
}
85-
8682
ksp {
8783
arg("room.schemaLocation", "$projectDir/schemas")
8884
arg("room.generateKotlin", "true")

0 commit comments

Comments
 (0)