diff --git a/app/build.gradle b/app/build.gradle index 590b4280..ddaff49e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -43,14 +43,14 @@ dependencies { // AndroidX implementation 'androidx.core:core-ktx:1.9.0' - implementation 'androidx.appcompat:appcompat:1.5.1' + implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation "androidx.coordinatorlayout:coordinatorlayout:1.2.0" implementation 'androidx.preference:preference-ktx:1.2.0' implementation 'androidx.navigation:navigation-fragment-ktx:2.5.3' implementation 'androidx.navigation:navigation-ui-ktx:2.5.3' implementation 'androidx.recyclerview:recyclerview:1.2.1' - implementation 'androidx.room:room-runtime:2.4.3' + implementation 'androidx.room:room-runtime:2.5.0' implementation "androidx.cardview:cardview:1.0.0" implementation 'androidx.legacy:legacy-support-v4:1.0.0' @@ -58,7 +58,7 @@ dependencies { implementation 'com.google.android.gms:play-services-cast-framework:21.2.0' // Android Material - implementation 'com.google.android.material:material:1.8.0-beta01' + implementation 'com.google.android.material:material:1.9.0-alpha01' // SearchBar implementation 'com.paulrybitskyi.persistentsearchview:persistentsearchview:1.1.4' @@ -69,14 +69,14 @@ dependencies { implementation 'com.github.bumptech.glide:annotations:4.14.2' // Media3 - implementation 'androidx.media3:media3-session:1.0.0-beta03' - implementation 'androidx.media3:media3-common:1.0.0-beta03' - implementation 'androidx.media3:media3-exoplayer:1.0.0-beta03' - implementation 'androidx.media3:media3-ui:1.0.0-beta03' - implementation 'androidx.media3:media3-cast:1.0.0-beta03' + implementation 'androidx.media3:media3-session:1.0.0-rc01' + implementation 'androidx.media3:media3-common:1.0.0-rc01' + implementation 'androidx.media3:media3-exoplayer:1.0.0-rc01' + implementation 'androidx.media3:media3-ui:1.0.0-rc01' + implementation 'androidx.media3:media3-cast:1.0.0-rc01' annotationProcessor 'com.github.bumptech.glide:compiler:4.14.2' - annotationProcessor 'androidx.room:room-compiler:2.4.3' + annotationProcessor 'androidx.room:room-compiler:2.5.0' // Retrofit implementation 'com.squareup.retrofit2:retrofit:2.9.0' diff --git a/build.gradle b/build.gradle index 5ee242d8..7a40f001 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:7.3.1' + classpath 'com.android.tools.build:gradle:7.4.1' classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.20' // NOTE: Do not place your application dependencies here; they belong diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 227b4f12..1bca44ce 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip