|
16 | 16 | plugins {
|
17 | 17 | id 'com.android.application'
|
18 | 18 | id 'org.jetbrains.kotlin.android'
|
19 |
| - id("org.jetbrains.kotlin.plugin.compose") version "2.0.20" |
| 19 | + id("org.jetbrains.kotlin.plugin.compose") version "2.2.20" |
20 | 20 | }
|
21 | 21 |
|
22 | 22 | android {
|
23 | 23 | namespace 'com.example.listdetailcompose'
|
24 |
| - compileSdk 35 |
| 24 | + compileSdk 36 |
25 | 25 |
|
26 | 26 | defaultConfig {
|
27 | 27 | applicationId "com.example.listdetailcompose"
|
28 |
| - minSdk 21 |
29 |
| - targetSdk 35 |
| 28 | + minSdk 23 |
| 29 | + targetSdk 36 |
30 | 30 | versionCode 1
|
31 | 31 | versionName "1.0"
|
32 | 32 |
|
@@ -66,22 +66,22 @@ composeCompiler {
|
66 | 66 | }
|
67 | 67 |
|
68 | 68 | dependencies {
|
69 |
| - def composeBom = platform('androidx.compose:compose-bom:2024.11.00') |
| 69 | + def composeBom = platform('androidx.compose:compose-bom:2025.09.00') |
70 | 70 | implementation(composeBom)
|
71 | 71 |
|
72 |
| - implementation "com.google.accompanist:accompanist-adaptive:0.32.0" |
73 |
| - implementation 'androidx.core:core-ktx:1.15.0' |
74 |
| - implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.7' |
75 |
| - implementation 'androidx.activity:activity-compose:1.9.3' |
76 |
| - implementation "androidx.compose.foundation:foundation:1.7.5" |
77 |
| - implementation "androidx.compose.ui:ui:1.7.5" |
| 72 | + implementation "com.google.accompanist:accompanist-adaptive:0.37.3" |
| 73 | + implementation 'androidx.core:core-ktx:1.17.0' |
| 74 | + implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.9.4' |
| 75 | + implementation 'androidx.activity:activity-compose:1.11.0' |
| 76 | + implementation "androidx.compose.foundation:foundation:1.9.1" |
| 77 | + implementation "androidx.compose.ui:ui:1.9.1" |
78 | 78 | implementation "androidx.compose.ui:ui-tooling-preview"
|
79 |
| - implementation "androidx.window:window:1.3.0" |
80 |
| - implementation 'androidx.compose.material3:material3:1.4.0-alpha04' |
81 |
| - implementation 'androidx.compose.material3.adaptive:adaptive:1.1.0-alpha07' |
82 |
| - implementation 'androidx.compose.material3.adaptive:adaptive-layout:1.1.0-alpha07' |
83 |
| - implementation 'androidx.compose.material3.adaptive:adaptive-navigation:1.1.0-alpha07' |
84 |
| - implementation "androidx.compose.material3:material3-window-size-class:1.3.1" |
85 |
| - implementation "androidx.compose.animation:animation:1.7.5" |
| 79 | + implementation "androidx.window:window:1.4.0" |
| 80 | + implementation 'androidx.compose.material3:material3:1.4.0-rc01' |
| 81 | + implementation 'androidx.compose.material3.adaptive:adaptive:1.2.0-beta02' |
| 82 | + implementation 'androidx.compose.material3.adaptive:adaptive-layout:1.2.0-beta02' |
| 83 | + implementation 'androidx.compose.material3.adaptive:adaptive-navigation:1.2.0-beta02' |
| 84 | + implementation "androidx.compose.material3:material3-window-size-class:1.5.0-alpha04" |
| 85 | + implementation "androidx.compose.animation:animation:1.9.1" |
86 | 86 | testImplementation 'junit:junit:4.13.2'
|
87 | 87 | }
|
0 commit comments