Skip to content

Commit db8a283

Browse files
committed
Align with ST BLE Sensor V5.2.10
Signed-off-by: Luca Pezzoni <luca.pezzoni@st.com>
1 parent 2749c25 commit db8a283

File tree

134 files changed

+4475
-1022
lines changed

Some content is hidden

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

134 files changed

+4475
-1022
lines changed

License.html

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.10
19+
tag BlueST-SDK_V1.2.12
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 & 2 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 = 316
41-
versionName = "5.2.9"
40+
versionCode = 334
41+
versionName = "5.2.10"
4242

4343
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
4444
vectorDrawables { useSupportLibrary = true }

0 commit comments

Comments
 (0)