Merge pull request #2217 from krille-chan/krille/update-build-files

build: Update flutter sdk and ndk
pull/2212/head^2
Krille-chan 4 weeks ago committed by GitHub
commit 24475fbb86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -35,7 +35,7 @@ configurations.all {
android {
namespace = "chat.fluffy.fluffychat"
compileSdk = flutter.compileSdkVersion
ndkVersion = "27.0.12077973"
ndkVersion = flutter.ndkVersion
compileOptions {
sourceCompatibility = JavaVersion.VERSION_11
@ -70,7 +70,7 @@ android {
defaultConfig {
applicationId = "chat.fluffy.fluffychat"
minSdk = 21
minSdk = flutter.minSdkVersion
targetSdk = flutter.targetSdkVersion
versionCode = flutter.versionCode
versionName = flutter.versionName

@ -2237,4 +2237,4 @@ packages:
version: "3.1.3"
sdks:
dart: ">=3.8.0 <4.0.0"
flutter: ">=3.29.0"
flutter: ">=3.32.0"

Loading…
Cancel
Save