mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-27 21:39: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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue