feat: upgrade flutter
This commit is contained in:
@@ -9,8 +9,8 @@ android {
|
||||
namespace = "ir.hakemsho.hakemsho"
|
||||
// flutter_secure_storage نیازمند compileSdk 36 است.
|
||||
compileSdk = maxOf(36, flutter.compileSdkVersion)
|
||||
// NDK لازم نیست (کد native نداریم) و دانلودش روی این شبکه بلاک است؛ غیرفعال شد.
|
||||
ndkVersion = "27.0.12077973"
|
||||
// NDK لازم نیست: path_provider_android به نسخهی پیشاز‑jni پین شده.
|
||||
// ndkVersion = "27.0.12077973"
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility = JavaVersion.VERSION_11
|
||||
|
||||
File diff suppressed because one or more lines are too long
+1
-1
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://maven.myket.ir/gradle/distributions/gradle-8.10.2-all.zip
|
||||
distributionUrl=https\://maven.myket.ir/gradle/distributions/gradle-8.13-bin.zip
|
||||
|
||||
@@ -19,8 +19,8 @@ pluginManagement {
|
||||
|
||||
plugins {
|
||||
id("dev.flutter.flutter-plugin-loader") version "1.0.0"
|
||||
id("com.android.application") version "8.7.0" apply false
|
||||
id("org.jetbrains.kotlin.android") version "1.8.22" apply false
|
||||
id("com.android.application") version "8.11.1" apply false
|
||||
id("org.jetbrains.kotlin.android") version "2.1.0" apply false
|
||||
}
|
||||
|
||||
include(":app")
|
||||
|
||||
Reference in New Issue
Block a user