diff --git a/.devcontainer/komodo-wallet-android-dev.dockerfile b/.devcontainer/komodo-wallet-android-dev.dockerfile index 6182c4a8f1..9bcef5a58b 100644 --- a/.devcontainer/komodo-wallet-android-dev.dockerfile +++ b/.devcontainer/komodo-wallet-android-dev.dockerfile @@ -2,7 +2,7 @@ FROM docker.io/ubuntu:22.04 ARG KDF_BRANCH=main ENV KDF_DIR=/kdf -ENV FLUTTER_VERSION="3.22.3" +ENV FLUTTER_VERSION="3.29.0" ENV FLUTTER_HOME="/home/komodo/.flutter-sdk" ENV USER="komodo" ENV USER_ID=1000 diff --git a/.docker/komodo-wallet-android.dockerfile b/.docker/komodo-wallet-android.dockerfile index 6fef3b9146..6168059cfb 100644 --- a/.docker/komodo-wallet-android.dockerfile +++ b/.docker/komodo-wallet-android.dockerfile @@ -12,7 +12,7 @@ RUN cd /app && \ FROM komodo/android-sdk:34 AS final -ENV FLUTTER_VERSION="3.22.3" +ENV FLUTTER_VERSION="3.29.0" ENV FLUTTER_HOME="/home/komodo/.flutter-sdk" ENV USER="komodo" ENV PATH=$PATH:$FLUTTER_HOME/bin diff --git a/.github/actions/flutter-deps/action.yml b/.github/actions/flutter-deps/action.yml index 331a114d3f..e23b5a84ba 100644 --- a/.github/actions/flutter-deps/action.yml +++ b/.github/actions/flutter-deps/action.yml @@ -6,7 +6,7 @@ runs: - name: Get stable flutter uses: subosito/flutter-action@v2 with: - flutter-version: "3.27.x" + flutter-version: "3.29.x" channel: "stable" - name: Prepare build directory diff --git a/android/app/build.gradle b/android/app/build.gradle index 1e462667fe..397c4120d7 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -55,7 +55,7 @@ android { abiFilters 'armeabi-v7a', 'arm64-v8a' } } - ndkVersion '26.3.11579264' + ndkVersion '27.2.12479018' buildTypes { release { diff --git a/docs/FLUTTER_VERSION.md b/docs/FLUTTER_VERSION.md index dd84b43b4a..d2b300cd60 100644 --- a/docs/FLUTTER_VERSION.md +++ b/docs/FLUTTER_VERSION.md @@ -4,13 +4,13 @@ This project aims to keep the Flutter version up-to-date with the latest stable ## Current version -3.22.3 +3.29.0 ## Pin Flutter version ``` cd ~/flutter -git checkout 3.22.3 +git checkout 3.29.0 flutter doctor ``` diff --git a/pubspec.yaml b/pubspec.yaml index 8e6e867f3a..57e934676f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -213,8 +213,6 @@ flutter: - assets/fiat/providers/ - assets/packages/flutter_inappwebview_web/assets/web/ - app_build/build_config.json - - packages/komodo_defi_framework/assets/config/ - - packages/komodo_defi_framework/assets/coin_icons/png/ # An image asset can refer to one or more resolution-specific "variants", see # https://flutter.dev/assets-and-images/#resolution-aware.