diff --git a/android/app/build.gradle b/android/app/build.gradle index aef72f5..9659484 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -74,5 +74,6 @@ flutter { } dependencies { + implementation 'io.flutter:flutter_embedding_debug:1.0.0-e25787fa5758e5a73eed49e5ec3f44d2811f13f3' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" } diff --git a/android/gradle/wrapper/gradle-wrapper.properties b/android/gradle/wrapper/gradle-wrapper.properties index 5e6b542..afa1e8e 100644 --- a/android/gradle/wrapper/gradle-wrapper.properties +++ b/android/gradle/wrapper/gradle-wrapper.properties @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip diff --git a/android/settings.gradle b/android/settings.gradle index 00bc030..2311fc5 100644 --- a/android/settings.gradle +++ b/android/settings.gradle @@ -18,7 +18,7 @@ pluginManagement { plugins { id "dev.flutter.flutter-plugin-loader" version "1.0.0" - id "com.android.application" version "8.3.0" apply false // AGP 버전은 프로젝트에 맞게 + id "com.android.application" version "8.7.0" apply false // AGP 버전은 프로젝트에 맞게 id "org.jetbrains.kotlin.android" version "1.9.22" apply false // Kotlin 버전도 맞게 } }