Skip to content

Commit c7d218d

Browse files
committed
Patch updates / AGP update
1 parent 5b1b4c7 commit c7d218d

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

app/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,19 +69,19 @@ android {
6969
}
7070

7171
dependencies {
72-
implementation 'androidx.work:work-runtime-ktx:2.10.2'
72+
implementation 'androidx.work:work-runtime-ktx:2.10.4'
7373
implementation 'androidx.room:room-runtime:2.7.2'
7474
annotationProcessor 'androidx.room:room-compiler:2.7.2'
7575
ksp 'androidx.room:room-compiler:2.7.2'
7676
implementation 'androidx.room:room-ktx:2.7.2'
7777
implementation 'androidx.core:core-ktx:1.16.0'
7878
implementation platform('org.jetbrains.kotlin:kotlin-bom:2.1.21')
79-
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.9.2'
80-
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.9.2'
79+
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.9.3'
80+
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.9.3'
8181
implementation 'androidx.activity:activity-compose:1.10.1'
8282
implementation 'androidx.activity:activity-ktx:1.10.1'
83-
implementation 'androidx.fragment:fragment-ktx:1.8.8'
84-
implementation platform('androidx.compose:compose-bom:2025.07.00')
83+
implementation 'androidx.fragment:fragment-ktx:1.8.9'
84+
implementation platform('androidx.compose:compose-bom:2025.09.00')
8585
implementation 'androidx.compose.ui:ui:1.8.3'
8686
implementation 'androidx.compose.ui:ui-graphics:1.8.3'
8787
implementation 'androidx.compose.ui:ui-tooling-preview:1.8.3'
@@ -96,7 +96,7 @@ dependencies {
9696
testImplementation 'net.sf.kxml:kxml2:2.3.0'
9797
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
9898
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
99-
androidTestImplementation platform('androidx.compose:compose-bom:2025.07.00')
99+
androidTestImplementation platform('androidx.compose:compose-bom:2025.09.00')
100100
androidTestImplementation 'androidx.compose.ui:ui-test-junit4'
101101
debugImplementation 'androidx.compose.ui:ui-tooling'
102102
debugImplementation 'androidx.compose.ui:ui-test-manifest'

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
buildscript {
33
dependencies {
4-
classpath "org.jetbrains.kotlin:kotlin-serialization:2.2.0"
4+
classpath "org.jetbrains.kotlin:kotlin-serialization:2.2.20"
55
}
66
}
77
plugins {
8-
id 'com.android.application' version '8.11.1' apply false
9-
id 'com.android.library' version '8.11.1' apply false
10-
id 'org.jetbrains.kotlin.android' version '2.2.0' apply false
11-
id 'com.google.devtools.ksp' version '2.2.0-2.0.2' apply false
12-
id 'org.jetbrains.kotlin.plugin.compose' version '2.2.0' apply false
8+
id 'com.android.application' version '8.12.3' apply false
9+
id 'com.android.library' version '8.12.3' apply false
10+
id 'org.jetbrains.kotlin.android' version '2.2.20' apply false
11+
id 'com.google.devtools.ksp' version '2.2.10-2.0.2' apply false
12+
id 'org.jetbrains.kotlin.plugin.compose' version '2.2.20' apply false
1313
}

0 commit comments

Comments
 (0)