Skip to content

Commit 7df0413

Browse files
geneticdriftMaxKellermann
authored andcommitted
android: build.gradle.kts - updated dependencies versions. Updated compile sdk to 35, and target sdk to 34
1 parent cd9522c commit 7df0413

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

android/app/build.gradle.kts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ plugins {
77

88
android {
99
namespace = "org.musicpd"
10-
compileSdk = 34
10+
compileSdk = 35
1111

1212
defaultConfig {
1313
applicationId = "org.musicpd"
1414
minSdk = 24
15-
targetSdk = 30
15+
targetSdk = 34
1616
versionCode = 1
1717
versionName = "1.0"
1818
vectorDrawables {
@@ -61,15 +61,15 @@ android {
6161
}
6262

6363
dependencies {
64-
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.6.2")
65-
implementation(platform("androidx.compose:compose-bom:2023.10.01"))
64+
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.7")
65+
implementation(platform("androidx.compose:compose-bom:2025.01.01"))
6666

6767
implementation("androidx.compose.material3:material3")
68-
implementation("androidx.activity:activity-compose:1.8.2")
68+
implementation("androidx.activity:activity-compose:1.10.0")
6969
implementation("androidx.compose.material:material-icons-extended")
70-
implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.6.2")
71-
implementation("androidx.lifecycle:lifecycle-runtime-compose:2.6.2")
72-
implementation("androidx.navigation:navigation-compose:2.7.6")
70+
implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.8.7")
71+
implementation("androidx.lifecycle:lifecycle-runtime-compose:2.8.7")
72+
implementation("androidx.navigation:navigation-compose:2.8.6")
7373

7474
implementation("com.github.alorma:compose-settings-ui-m3:1.0.3")
7575
implementation("com.github.alorma:compose-settings-storage-preferences:1.0.3")
@@ -79,12 +79,12 @@ dependencies {
7979
ksp("com.google.dagger:dagger-compiler:2.49")
8080
ksp("com.google.dagger:hilt-compiler:2.49")
8181

82-
implementation("androidx.media3:media3-session:1.2.0")
82+
implementation("androidx.media3:media3-session:1.5.1")
8383

8484
// Android Studio Preview support
8585
implementation("androidx.compose.ui:ui-tooling-preview")
8686
debugImplementation("androidx.compose.ui:ui-tooling")
8787
debugImplementation("androidx.compose.ui:ui-test-manifest")
8888

89-
implementation("androidx.appcompat:appcompat:1.6.1")
89+
implementation("androidx.appcompat:appcompat:1.7.0")
9090
}

0 commit comments

Comments
 (0)