mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-26 04:49:31 +00:00
chore: update Flutter SDK and dependencies to version 3.32.0
This commit is contained in:
parent
4619657f00
commit
f79f28fbf2
7 changed files with 75 additions and 63 deletions
|
|
@ -31,7 +31,11 @@ if (keystorePropertiesFile.exists()) {
|
|||
android {
|
||||
namespace "dr.blank.vaani"
|
||||
compileSdk flutter.compileSdkVersion
|
||||
ndkVersion flutter.ndkVersion
|
||||
// ndkVersion flutter.ndkVersion
|
||||
// The NDK version is set to a specific version since it was not building
|
||||
// TODO remove when https://github.com/flutter/flutter/issues/139427 is closed
|
||||
ndkVersion = "29.0.13113456"
|
||||
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
|
|
@ -89,3 +93,11 @@ flutter {
|
|||
}
|
||||
|
||||
dependencies {}
|
||||
|
||||
// https://stackoverflow.com/questions/78626580/how-to-resolve-app-execution-failure-due-to-androidx-corecore1-15-0-alpha
|
||||
configurations.all {
|
||||
resolutionStrategy {
|
||||
force "androidx.core:core:1.13.1"
|
||||
force "androidx.core:core-ktx:1.13.1"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
|
||||
networkTimeout=10000
|
||||
validateDistributionUrl=true
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ pluginManagement {
|
|||
|
||||
plugins {
|
||||
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
|
||||
id "com.android.application" version '8.2.1' apply false
|
||||
id "com.android.application" version '8.10.0' apply false
|
||||
id "org.jetbrains.kotlin.android" version "2.0.20" apply false
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue