Skip to content

Commit 460a3ae

Browse files
🤖 Update Dependencies (#1641)
Updated depedencies
2 parents 30e3acd + 0682504 commit 460a3ae

File tree

31 files changed

+112
-81
lines changed

31 files changed

+112
-81
lines changed

‎JetLagged/app/build.gradle.kts‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
1919

2020
plugins {
2121
alias(libs.plugins.android.application)
22-
alias(libs.plugins.kotlin.android)
2322
alias(libs.plugins.kotlin.parcelize)
2423
alias(libs.plugins.compose)
2524
}

‎JetLagged/app/src/main/java/com/example/jetlagged/sleep/SleepBar.kt‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ private fun SleepRoundedBar(sleepData: SleepDayData, transition: Transition<Bool
124124
spring(
125125
dampingRatio = Spring.DampingRatioLowBouncy,
126126
stiffness =
127-
Spring.StiffnessLow,
127+
Spring.StiffnessLow,
128128
)
129129
}) { targetExpanded ->
130130
if (targetExpanded) 100.dp else 24.dp
@@ -133,7 +133,7 @@ private fun SleepRoundedBar(sleepData: SleepDayData, transition: Transition<Bool
133133
spring(
134134
dampingRatio = Spring.DampingRatioLowBouncy,
135135
stiffness =
136-
Spring.StiffnessLow,
136+
Spring.StiffnessLow,
137137
)
138138
}) { target ->
139139
if (target) 1f else 0f

‎JetLagged/gradle/libs.versions.toml‎

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[versions]
22
accompanist = "0.37.3"
3-
android-material3 = "1.14.0-alpha08"
4-
androidGradlePlugin = "8.13.2"
5-
androidx-activity-compose = "1.12.2"
3+
android-material3 = "1.14.0-alpha09"
4+
androidGradlePlugin = "9.0.0"
5+
androidx-activity-compose = "1.12.3"
66
androidx-appcompat = "1.7.1"
7-
androidx-compose-bom = "2026.01.00"
7+
androidx-compose-bom = "2026.01.01"
88
androidx-constraintlayout = "1.1.1"
99
androidx-core-splashscreen = "1.2.0"
1010
androidx-corektx = "1.17.0"
1111
androidx-glance = "1.1.1"
1212
androidx-lifecycle = "2.8.2"
1313
androidx-lifecycle-compose = "2.10.0"
1414
androidx-lifecycle-runtime-compose = "2.10.0"
15-
androidx-navigation = "2.9.6"
15+
androidx-navigation = "2.9.7"
1616
androidx-palette = "1.0.0"
1717
androidx-test = "1.7.0"
1818
androidx-test-espresso = "3.7.0"
@@ -30,26 +30,26 @@ compileSdk = "36"
3030
coroutines = "1.10.2"
3131
google-maps = "20.0.0"
3232
gradle-versions = "0.53.0"
33-
hilt = "2.57.2"
33+
hilt = "2.59"
3434
hiltExt = "1.3.0"
3535
horologist = "0.7.15"
3636
jdkDesugar = "2.1.5"
3737
junit = "4.13.2"
3838
kotlin = "2.3.0"
39-
kotlinx-serialization-json = "1.9.0"
39+
kotlinx-serialization-json = "1.10.0"
4040
kotlinx_immutable = "0.4.0"
41-
ksp = "2.3.4"
42-
maps-compose = "7.0.0"
41+
ksp = "2.3.5"
42+
maps-compose = "8.0.0"
4343
# @keep
4444
minSdk = "23"
4545
okhttp = "5.3.2"
4646
play-services-wearable = "19.0.0"
47-
robolectric = "4.16"
48-
roborazzi = "1.56.0"
47+
robolectric = "4.16.1"
48+
roborazzi = "1.57.0"
4949
rome = "2.1.0"
5050
room = "2.8.4"
5151
secrets = "2.0.1"
52-
spotless = "8.1.0"
52+
spotless = "8.2.1"
5353
# @keep
5454
targetSdk = "33"
5555
version-catalog-update = "1.0.1"

‎JetLagged/gradle/wrapper/gradle-wrapper.properties‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
distributionBase=GRADLE_USER_HOME
1616
distributionPath=wrapper/dists
17-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
17+
distributionSha256Sum=a17ddd85a26b6a7f5ddb71ff8b05fc5104c0202c6e64782429790c933686c806
18+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
1819
zipStoreBase=GRADLE_USER_HOME
1920
zipStorePath=wrapper/dists

‎JetNews/app/build.gradle.kts‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
1919

2020
plugins {
2121
alias(libs.plugins.android.application)
22-
alias(libs.plugins.kotlin.android)
2322
alias(libs.plugins.compose)
2423
}
2524

‎JetNews/app/src/main/java/com/example/jetnews/ui/article/PostContent.kt‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,9 @@ private fun ParagraphType.getTextAndParagraphStyle(): ParagraphStyling {
246246

247247
when (this) {
248248
ParagraphType.Caption -> textStyle = typography.labelMedium
249+
249250
ParagraphType.Title -> textStyle = typography.headlineLarge
251+
250252
ParagraphType.Subhead -> {
251253
textStyle = typography.headlineSmall
252254
trailingPadding = 16.dp
@@ -266,6 +268,7 @@ private fun ParagraphType.getTextAndParagraphStyle(): ParagraphStyling {
266268
)
267269

268270
ParagraphType.Quote -> textStyle = typography.bodyLarge
271+
269272
ParagraphType.Bullet -> {
270273
paragraphStyle = ParagraphStyle(textIndent = TextIndent(firstLine = 8.sp))
271274
}

‎JetNews/app/src/main/java/com/example/jetnews/ui/home/HomeRoute.kt‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ fun HomeRoute(
128128
onSearchInputChanged = onSearchInputChanged,
129129
)
130130
}
131+
131132
HomeScreenType.Feed -> {
132133
HomeFeedScreen(
133134
uiState = uiState,
@@ -142,6 +143,7 @@ fun HomeRoute(
142143
onSearchInputChanged = onSearchInputChanged,
143144
)
144145
}
146+
145147
HomeScreenType.ArticleDetails -> {
146148
// Guaranteed by above condition for home screen type
147149
check(uiState is HomeUiState.HasPosts)
@@ -198,8 +200,10 @@ private fun getHomeScreenType(isExpandedScreen: Boolean, uiState: HomeUiState):
198200
HomeScreenType.Feed
199201
}
200202
}
203+
201204
is HomeUiState.NoPosts -> HomeScreenType.Feed
202205
}
203206
}
207+
204208
true -> HomeScreenType.FeedWithArticleDetails
205209
}

‎JetNews/app/src/main/java/com/example/jetnews/ui/home/HomeViewModel.kt‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ class HomeViewModel(private val postsRepository: PostsRepository, preSelectedPos
156156
viewModelState.update {
157157
when (result) {
158158
is Result.Success -> it.copy(postsFeed = result.data, isLoading = false)
159+
159160
is Result.Error -> {
160161
val errorMessages = it.errorMessages + ErrorMessage(
161162
id = UUID.randomUUID().mostSignificantBits,

‎JetNews/app/src/main/java/com/example/jetnews/ui/interests/InterestsScreen.kt‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ private fun InterestsTabRow(
363363
InterestsTabRowContent(selectedTabIndex, updateSection, tabContent)
364364
}
365365
}
366+
366367
true -> {
367368
ScrollableTabRow(
368369
selectedTabIndex = selectedTabIndex,

‎JetNews/gradle/libs.versions.toml‎

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
#####
55
[versions]
66
accompanist = "0.37.3"
7-
android-material3 = "1.14.0-alpha08"
8-
androidGradlePlugin = "8.13.2"
9-
androidx-activity-compose = "1.12.2"
7+
android-material3 = "1.14.0-alpha09"
8+
androidGradlePlugin = "9.0.0"
9+
androidx-activity-compose = "1.12.3"
1010
androidx-appcompat = "1.7.1"
11-
androidx-compose-bom = "2026.01.00"
11+
androidx-compose-bom = "2026.01.01"
1212
androidx-constraintlayout = "1.1.1"
1313
androidx-core-splashscreen = "1.2.0"
1414
androidx-corektx = "1.17.0"
1515
androidx-glance = "1.1.1"
1616
androidx-lifecycle = "2.8.2"
1717
androidx-lifecycle-compose = "2.10.0"
1818
androidx-lifecycle-runtime-compose = "2.10.0"
19-
androidx-navigation = "2.9.6"
19+
androidx-navigation = "2.9.7"
2020
androidx-palette = "1.0.0"
2121
androidx-test = "1.7.0"
2222
androidx-test-espresso = "3.7.0"
@@ -34,26 +34,26 @@ compileSdk = "36"
3434
coroutines = "1.10.2"
3535
google-maps = "20.0.0"
3636
gradle-versions = "0.53.0"
37-
hilt = "2.57.2"
37+
hilt = "2.59"
3838
hiltExt = "1.3.0"
3939
horologist = "0.7.15"
4040
jdkDesugar = "2.1.5"
4141
junit = "4.13.2"
4242
kotlin = "2.3.0"
43-
kotlinx-serialization-json = "1.9.0"
43+
kotlinx-serialization-json = "1.10.0"
4444
kotlinx_immutable = "0.4.0"
45-
ksp = "2.3.4"
46-
maps-compose = "7.0.0"
45+
ksp = "2.3.5"
46+
maps-compose = "8.0.0"
4747
# @keep
4848
minSdk = "23"
4949
okhttp = "5.3.2"
5050
play-services-wearable = "19.0.0"
51-
robolectric = "4.16"
52-
roborazzi = "1.56.0"
51+
robolectric = "4.16.1"
52+
roborazzi = "1.57.0"
5353
rome = "2.1.0"
5454
room = "2.8.4"
5555
secrets = "2.0.1"
56-
spotless = "8.1.0"
56+
spotless = "8.2.1"
5757
# @keep
5858
targetSdk = "33"
5959
version-catalog-update = "1.0.1"

0 commit comments

Comments
 (0)