Skip to content

Commit 32efb6c

Browse files
committed
Align to BlueST-SDK-V1.2.14
Signed-off-by: Luca Pezzoni <[email protected]>
1 parent 88e5282 commit 32efb6c

File tree

36 files changed

+2574
-235
lines changed

36 files changed

+2574
-235
lines changed

License.html

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Module for creating the BlueST-SDK library
44

55
## For using it
66

7-
Code compiled using gradle 8.11.1
7+
Code compiled using gradle 8.14.3
88

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

app/build.gradle.kts

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ plugins {
1818

1919
android {
2020
namespace = "com.st.demo"
21-
compileSdk = 35
21+
compileSdk = 36
2222

2323
defaultConfig {
2424
applicationId = "com.st.demo"
2525
minSdk = 26
26-
targetSdk = 35
27-
versionCode = 10
28-
versionName = "5.2.10"
26+
targetSdk = 36
27+
versionCode = 12
28+
versionName = "5.2.12"
2929

3030
vectorDrawables { useSupportLibrary = true }
3131

@@ -57,9 +57,6 @@ android {
5757
compose = true
5858
}
5959

60-
composeCompiler {
61-
enableStrongSkippingMode = true
62-
}
6360

6461
ksp {
6562
arg("room.schemaLocation", "$projectDir/schemas")

0 commit comments

Comments
 (0)