diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index f5aebad1..3719983a 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -123,7 +123,7 @@ dependencies { implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar", "*.aar")))) implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.11.0") - implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.11.0-beta02") + implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.11.0") implementation("androidx.documentfile:documentfile:1.1.0") implementation("androidx.activity:activity-ktx:1.13.0") implementation("com.antonkarpenko:ffmpeg-kit-full:2.1.0") diff --git a/android/gradle/wrapper/gradle-wrapper.properties b/android/gradle/wrapper/gradle-wrapper.properties index f193d729..87473202 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-9.5.0-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-all.zip networkTimeout=10000 retries=0 retryBackOffMs=500 diff --git a/android/settings.gradle.kts b/android/settings.gradle.kts index 4245f7af..b6f1a606 100644 --- a/android/settings.gradle.kts +++ b/android/settings.gradle.kts @@ -20,7 +20,7 @@ pluginManagement { plugins { id("dev.flutter.flutter-plugin-loader") version "1.0.0" id("com.android.application") version "9.2.1" apply false - id("org.jetbrains.kotlin.android") version "2.3.21" apply false + id("org.jetbrains.kotlin.android") version "2.4.0" apply false } include(":app")