Skip to content

Commit

Permalink
fix flutter version in ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
LGro committed Feb 20, 2025
1 parent 813af22 commit a278381
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
apt -q install git curl wget unzip build-essential clang cmake ninja-build pkg-config libgtk-3-dev python3 ruby-full -y
- name: Flutter and Android SDK
run: |
git clone https://github.com/flutter/flutter.git /usr/local/flutter
git clone --depth 1 --branch 3.24.5 https://github.com/flutter/flutter.git /usr/local/flutter
export PATH="/usr/local/flutter/bin:/usr/local/flutter/bin/cache/dart-sdk/bin:${PATH}"
sdkmanager "platforms;android-29" "build-tools;28.0.3" "ndk;27.0.12077973"
yes | sdkmanager --licenses
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: coagulate
description: Staying in contact, with privacy friendly contact synchronization powered by Veilid.
publish_to: 'none'
version: "0.0.1+18"
version: "0.1.0+0"

environment:
sdk: '>=3.0.5 <4.0.0'
Expand Down

0 comments on commit a278381

Please sign in to comment.