|
1 | 1 | [versions] |
2 | 2 | iosDeploymentTarget = "14.0" |
3 | 3 | jvm = "17" |
4 | | -ndk = "21.3.6528147" |
5 | | -compileSdk = "35" |
| 4 | +# ndk = "23.3.12186248" # actual canary ndk to support 16KB page size |
| 5 | +ndk = "21.3.6528147" # official ndk to pass ci |
| 6 | +compileSdk = "36" |
6 | 7 | minSdk = "21" |
7 | | -targetSdk = "35" |
8 | | -agp = "8.7.3" |
9 | | -kotlin = "2.2.0" |
10 | | -compose = "1.7.8" |
| 8 | +targetSdk = "36" |
| 9 | +agp = "8.13.0" |
| 10 | +kotlin = "2.2.20" |
| 11 | +compose = "1.9.2" |
11 | 12 |
|
12 | 13 | [libraries] |
13 | 14 | kotlin-stdlib-js = { module = "org.jetbrains.kotlin:kotlin-stdlib-js", version.ref = "kotlin" } |
14 | 15 |
|
15 | | -androidx-junit = "androidx.test.ext:junit:1.2.1" |
16 | | -androidx-runner = "androidx.test:runner:1.6.2" |
| 16 | +androidx-junit = "androidx.test.ext:junit:1.3.0" |
| 17 | +androidx-runner = "androidx.test:runner:1.7.0" |
17 | 18 | kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" } |
18 | 19 | kotlin-test-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kotlin" } |
19 | | -mockk = "io.mockk:mockk:1.13.16" |
| 20 | +mockk = "io.mockk:mockk:1.14.5" |
20 | 21 |
|
21 | 22 | androidx-compose-ui = { module = "androidx.compose.ui:ui", version.ref = "compose" } |
22 | 23 | androidx-compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "compose" } |
23 | 24 | androidx-compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview", version.ref = "compose" } |
24 | 25 | androidx-compose-foundation = { module = "androidx.compose.foundation:foundation", version.ref = "compose" } |
25 | 26 | androidx-compose-material = { module = "androidx.compose.material:material", version.ref = "compose" } |
26 | | -androidx-activity-compose = "androidx.activity:activity-compose:1.10.1" |
| 27 | +androidx-activity-compose = "androidx.activity:activity-compose:1.11.0" |
27 | 28 |
|
28 | 29 | [plugins] |
29 | 30 | android-library = { id = "com.android.library", version.ref = "agp" } |
30 | 31 | android-application = { id = "com.android.application", version.ref = "agp" } |
31 | 32 | kotlin = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" } |
32 | 33 | compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" } |
33 | 34 | kmp = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" } |
34 | | -versions = "com.github.ben-manes.versions:0.51.0" |
35 | | -versionUpdate = "nl.littlerobots.version-catalog-update:0.8.5" |
36 | | -vanniktech-mavenPublish = "com.vanniktech.maven.publish:0.30.0" |
| 35 | +versions = "com.github.ben-manes.versions:0.52.0" |
| 36 | +versionUpdate = "nl.littlerobots.version-catalog-update:1.0.0" |
| 37 | +vanniktech-mavenPublish = "com.vanniktech.maven.publish:0.34.0" |
0 commit comments