Skip to content

Commit a63af45

Browse files
committed
Aligin with BlueST-SDK-V1.2.4
Signed-off-by: Luca Pezzoni <[email protected]>
1 parent 8f3c594 commit a63af45

26 files changed

+589
-240
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ android {
2323
applicationId = "com.st.demo"
2424
minSdk = 26
2525
targetSdk = 34
26-
versionCode = 4
27-
versionName = "5.2.4"
26+
versionCode = 7
27+
versionName = "5.2.5"
2828

2929
vectorDrawables { useSupportLibrary = true }
3030

gradle/libs.versions.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,27 @@
77
#
88
[versions]
99
# @pin https://github.com/google/accompanist#compose-versions
10-
accompanist = "0.34.0"
11-
androidGradlePlugin = "8.5.1"
10+
accompanist = "0.36.0"
11+
androidGradlePlugin = "8.5.2"
1212
# @pin https://developer.android.com/jetpack/androidx/releases/compose#versions
13-
androidxComposeBom = "2024.06.00"
13+
androidxComposeBom = "2024.09.01"
1414
androidxEspresso = "3.6.0-rc01"
1515
androidxHiltNavigationCompose = "1.2.0"
1616
# https://issuetracker.google.com/issues/336842920
1717
# @pin
18-
androidxLifecycle = "2.8.3"
19-
androidxNavigation = "2.7.7"
18+
androidxLifecycle = "2.8.5"
19+
androidxNavigation = "2.8.0"
2020
androidxRoom = "2.6.1"
2121
apacheCommons = "3.11.1"
2222
appauth = "0.11.1"
2323
benManes = "0.51.0"
24-
hilt = "2.51.1"
24+
hilt = "2.52"
2525
jwt = "2.0.2"
2626
# @pin https://developer.android.com/jetpack/androidx/releases/compose-kotlin
27-
kotlin = "2.0.0"
28-
kotlinxSerializationJson = "1.7.1"
27+
kotlin = "2.0.10"
28+
kotlinxSerializationJson = "1.7.2"
2929
# @pin
30-
ksp = "2.0.0-1.0.22"
30+
ksp = "2.0.10-1.0.24"
3131
littlerobots = "0.8.4"
3232
material2 = "1.12.0"
3333
okhttp = "4.12.0"

0 commit comments

Comments
 (0)