From b3d83472004e0972c75cf88040f92eda07f63176 Mon Sep 17 00:00:00 2001 From: Ivan Agosto Date: Tue, 4 Feb 2025 21:47:42 -0600 Subject: [PATCH] Dependencies upgraded --- app/build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 21dc870..959fad9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,7 +8,7 @@ android { applicationId "org.libre.agosto.p2play" compileSdk 35 minSdkVersion 26 - targetSdkVersion 32 + targetSdkVersion 33 versionCode 14 versionName "0.8.3" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" @@ -54,7 +54,7 @@ dependencies { implementation 'androidx.activity:activity-ktx:1.10.0' implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.7' implementation 'androidx.activity:activity-compose:1.10.0' - implementation platform('androidx.compose:compose-bom:2024.04.01') + implementation platform('androidx.compose:compose-bom:2025.01.01') implementation 'androidx.compose.ui:ui' implementation 'androidx.compose.ui:ui-graphics' implementation 'androidx.compose.ui:ui-tooling-preview' @@ -67,8 +67,8 @@ dependencies { implementation 'androidx.media3:media3-exoplayer-hls:1.3.1' implementation "androidx.media3:media3-session:1.3.1" implementation 'com.google.code.gson:gson:2.10.1' - implementation "androidx.compose.material3:material3:1.1.0" - androidTestImplementation platform('androidx.compose:compose-bom:2024.04.01') + implementation "androidx.compose.material3:material3:1.3.1" + androidTestImplementation platform('androidx.compose:compose-bom:2025.01.01') androidTestImplementation 'androidx.compose.ui:ui-test-junit4' debugImplementation 'androidx.compose.ui:ui-tooling' debugImplementation 'androidx.compose.ui:ui-test-manifest' @@ -79,7 +79,7 @@ dependencies { implementation "androidx.compose.material3:material3" implementation "androidx.compose.runtime:runtime-livedata" implementation "androidx.compose.ui:ui-tooling" - implementation "androidx.constraintlayout:constraintlayout-compose:1.0.1" + implementation "androidx.constraintlayout:constraintlayout-compose:1.1.0" implementation "io.coil-kt.coil3:coil-compose:3.0.4" implementation "io.coil-kt.coil3:coil-network-okhttp:3.0.4"