diff --git a/android/app/build.gradle b/android/app/build.gradle index 265e71ce..585df67a 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -86,7 +86,7 @@ dependencies { implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion" implementation project(':capacitor-android') - implementation 'androidx.constraintlayout:constraintlayout:2.2.0' + implementation 'androidx.constraintlayout:constraintlayout:2.2.1' implementation "androidx.coordinatorlayout:coordinatorlayout:$androidxCoordinatorLayoutVersion" implementation project(':capacitor-cordova-android-plugins') diff --git a/android/build.gradle b/android/build.gradle index ee66229c..b315e439 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -9,7 +9,7 @@ buildscript { } dependencies { classpath 'com.google.gms:google-services:4.4.2' - classpath 'com.android.tools.build:gradle:8.8.0' + classpath 'com.android.tools.build:gradle:8.8.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong diff --git a/android/gradle/wrapper/gradle-wrapper.properties b/android/gradle/wrapper/gradle-wrapper.properties index 36074adc..bc60d1fc 100644 --- a/android/gradle/wrapper/gradle-wrapper.properties +++ b/android/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-all.zip networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/android/variables.gradle b/android/variables.gradle index d459d20b..4ee3c42c 100644 --- a/android/variables.gradle +++ b/android/variables.gradle @@ -4,14 +4,14 @@ ext { targetSdkVersion = 34 androidxActivityVersion = '1.8.0' androidxAppCompatVersion = '1.7.0' - androidxCoordinatorLayoutVersion = '1.2.0' + androidxCoordinatorLayoutVersion = '1.3.0' androidxCoreVersion = '1.12.0' androidxFragmentVersion = '1.6.2' junitVersion = '4.13.2' androidxJunitVersion = '1.1.5' androidxEspressoCoreVersion = '3.5.1' cordovaAndroidVersion = '10.1.1' - androidx_core_ktx_version = '1.15.0' + androidx_core_ktx_version = '1.16.0' androidx_media_version = '1.7.0' exoplayer_version = '2.18.7' glide_version = '4.11.0'