diff --git a/app/build.gradle b/app/build.gradle index a514d0f59..62826cd93 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -133,9 +133,9 @@ android { dependencies { implementation "androidx.annotation:annotation:1.7.1" - implementation "androidx.appcompat:appcompat:1.7.0-alpha03" + implementation "androidx.appcompat:appcompat:1.7.0-beta01" implementation "androidx.constraintlayout:constraintlayout:2.1.4" - implementation "androidx.core:core-ktx:1.13.0" + implementation "androidx.core:core-ktx:1.13.1" implementation 'androidx.core:core-splashscreen:1.2.0-alpha01' implementation "androidx.core:core-telecom:1.0.0-alpha03" implementation "androidx.media:media:1.7.0" diff --git a/build.gradle b/build.gradle index 8ee693100..b531964dc 100644 --- a/build.gradle +++ b/build.gradle @@ -11,8 +11,8 @@ buildscript { } // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id 'com.android.application' version '8.3.2' apply false - id 'com.android.library' version '8.3.2' apply false + id 'com.android.application' version '8.4.0' apply false + id 'com.android.library' version '8.4.0' apply false id 'org.jetbrains.kotlin.android' version '1.9.0-RC' apply false id 'com.google.gms.google-services' version '4.4.0' apply false } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index f0a14f83b..e24dfed1a 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Thu Jun 22 12:11:25 CEST 2023 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists