Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/komodo-wallet-android-dev.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .docker/komodo-wallet-android.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/flutter-deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ android {
abiFilters 'armeabi-v7a', 'arm64-v8a'
}
}
ndkVersion '26.3.11579264'
ndkVersion '27.2.12479018'

buildTypes {
release {
Expand Down
4 changes: 2 additions & 2 deletions docs/FLUTTER_VERSION.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
2 changes: 0 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down