@@ -2,17 +2,17 @@ plugins {
22 id(" com.android.application" )
33 id(" org.jetbrains.kotlin.android" )
44 id(" com.google.devtools.ksp" )
5- id(" org.jetbrains.kotlin.plugin.compose" ) version " 2.0 .0"
5+ id(" org.jetbrains.kotlin.plugin.compose" ) version " 2.2 .0"
66}
77
88android {
99 namespace = " com.awxkee.jxlcoder"
10- compileSdk = 34
10+ compileSdk = 35
1111
1212 defaultConfig {
1313 applicationId = " com.awxkee.jxlcoder"
1414 minSdk = 24
15- targetSdk = 34
15+ targetSdk = 35
1616 versionCode = 1
1717 versionName = " 1.0"
1818
@@ -53,28 +53,28 @@ android {
5353
5454dependencies {
5555 implementation(project(" :jxlcoder" ))
56- implementation(" androidx.core:core-ktx:1.13.1 " )
57- implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.8.6 " )
58- implementation(" androidx.activity:activity-compose:1.9.2 " )
59- implementation(platform(" androidx.compose:compose-bom:2024.09.02 " ))
56+ implementation(" androidx.core:core-ktx:1.16.0 " )
57+ implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.9.2 " )
58+ implementation(" androidx.activity:activity-compose:1.10.1 " )
59+ implementation(platform(" androidx.compose:compose-bom:2025.07.00 " ))
6060 implementation(" androidx.compose.ui:ui" )
6161 implementation(" androidx.compose.ui:ui-graphics" )
6262 implementation(" androidx.compose.ui:ui-tooling-preview" )
6363 implementation(" androidx.compose.material3:material3" )
6464 testImplementation(" junit:junit:4.13.2" )
65- androidTestImplementation(" androidx.test.ext:junit:1.2.1 " )
66- androidTestImplementation(" androidx.test.espresso:espresso-core:3.6.1 " )
67- androidTestImplementation(platform(" androidx.compose:compose-bom:2024.09.02 " ))
65+ androidTestImplementation(" androidx.test.ext:junit:1.3.0 " )
66+ androidTestImplementation(" androidx.test.espresso:espresso-core:3.7.0 " )
67+ androidTestImplementation(platform(" androidx.compose:compose-bom:2025.07.00 " ))
6868 androidTestImplementation(" androidx.compose.ui:ui-test-junit4" )
6969 debugImplementation(" androidx.compose.ui:ui-tooling" )
7070 debugImplementation(" androidx.compose.ui:ui-test-manifest" )
7171
72- api(" io.coil-kt:coil:2.6 .0" )
73- implementation(" io.coil-kt:coil-compose:2.5 .0" )
72+ api(" io.coil-kt:coil:2.7 .0" )
73+ implementation(" io.coil-kt:coil-compose:2.7 .0" )
7474
75- implementation(" com.squareup.okio:okio:3.3 .0" )
75+ implementation(" com.squareup.okio:okio:3.16 .0" )
7676
7777 implementation(" com.github.bumptech.glide:glide:4.16.0" )
7878 ksp(" com.github.bumptech.glide:ksp:4.16.0" )
79- implementation(" com.github.bumptech.glide:compose:1.0.0-alpha.5 " )
79+ implementation(" com.github.bumptech.glide:compose:1.0.0-beta01 " )
8080}
0 commit comments