Dependencies upgraded

This commit is contained in:
Ivan Agosto
2025-02-04 21:47:42 -06:00
parent b27bfbd01d
commit b3d8347200

View File

@@ -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"