File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -120,26 +120,26 @@ android {
120
120
dependencies {
121
121
122
122
// Core
123
- implementation(" androidx.core:core-ktx:1.13.1 " )
123
+ implementation(" androidx.core:core-ktx:1.15.0 " )
124
124
implementation(fileTree(" include" to arrayOf(" *.jar" , " *.aar" ), " dir" to " libs" ))
125
125
implementation(" androidx.preference:preference-ktx:1.2.1" )
126
126
implementation(" androidx.appcompat:appcompat:1.7.0" )
127
- implementation(" androidx.constraintlayout:constraintlayout:2.1.4 " )
127
+ implementation(" androidx.constraintlayout:constraintlayout:2.2.0 " )
128
128
implementation(" com.google.android.material:material:1.12.0" )
129
129
testImplementation(" junit:junit:4.13.2" )
130
130
131
- coreLibraryDesugaring(" com.android.tools:desugar_jdk_libs:2.1.1 " )
131
+ coreLibraryDesugaring(" com.android.tools:desugar_jdk_libs:2.1.3 " )
132
132
133
133
// Coroutines
134
- val coroutines_version = " 1.8.1 "
134
+ val coroutines_version = " 1.9.0 "
135
135
implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version " )
136
136
implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version " )
137
137
138
138
// https://mvnrepository.com/artifact/org.dmfs/lib-recur
139
139
implementation(" org.dmfs:lib-recur:0.17.1" )
140
140
141
141
// lifecycle
142
- val lifecycle_version = " 2.8.4 "
142
+ val lifecycle_version = " 2.8.7 "
143
143
implementation(" androidx.lifecycle:lifecycle-livedata-ktx:$lifecycle_version " )
144
144
}
145
145
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ import org.jetbrains.gradle.ext.settings
2
2
import org.jetbrains.gradle.ext.taskTriggers
3
3
4
4
plugins {
5
- id(" com.android.application" ) version " 8.6.0 " apply false
6
- id(" com.android.library" ) version " 8.6.0 " apply false
7
- id(" org.jetbrains.kotlin.android" ) version " 2.0.20 " apply false
5
+ id(" com.android.application" ) version " 8.7.2 " apply false
6
+ id(" com.android.library" ) version " 8.7.2 " apply false
7
+ id(" org.jetbrains.kotlin.android" ) version " 2.0.21 " apply false
8
8
id(" org.ec4j.editorconfig" ) version " 0.1.0" apply false
9
- id(" org.jetbrains.gradle.plugin.idea-ext" ) version " 1.1.8 " apply true
9
+ id(" org.jetbrains.gradle.plugin.idea-ext" ) version " 1.1.9 " apply true
10
10
}
11
11
12
12
// External project configuration start
You can’t perform that action at this time.
0 commit comments