Skip to content

Commit 2e1a42f

Browse files
authored
Bump dependencies (#76)
1 parent d5cdf35 commit 2e1a42f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ android {
2626

2727
defaultConfig {
2828
applicationId = "com.skydoves.myapplication"
29-
minSdk = 21
29+
minSdk = 23
3030
targetSdk = 36
3131
versionCode = 1
3232
versionName = "1.0"

gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ jvmTarget = "17"
77
kotlinxCollectionsImmutable = "0.4.0"
88
kotlinxSerialization = "1.9.0"
99
kotlinBinaryCompatibility = "0.18.1"
10-
lintApi = "31.13.0"
11-
nexusPlugin = "0.34.0"
12-
androidGradlePlugin = "8.13.0"
10+
lintApi = "31.13.1"
11+
nexusPlugin = "0.35.0"
12+
androidGradlePlugin = "8.13.1"
1313
androidxActivity = "1.11.0"
14-
androidxComposeBom = "2025.10.01"
15-
jetbrains-compose = "1.9.2"
16-
compose-stability-analyzer = "0.5.2"
14+
androidxComposeBom = "2025.12.00"
15+
jetbrains-compose = "1.9.3"
16+
compose-stability-analyzer = "0.6.0"
1717
spotless = "6.21.0"
1818
shadow = "8.1.1"
1919

0 commit comments

Comments
 (0)