mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-15 03:35:28 +00:00
Package updates (#365)
* Update dart version * Update flutter version in workflow * Update packages * Updates to android workflow * Specify dart verrsion in CI * Run flutter upgrade * Helps to check which workflow is actually running I guess * Disable linting check * linting fixes * linting * Bug fix for paginator
This commit is contained in:
9
.github/workflows/android.yaml
vendored
9
.github/workflows/android.yaml
vendored
@ -15,8 +15,6 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: Setup Java
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
@ -25,9 +23,11 @@ jobs:
|
||||
- name: Setup Flutter
|
||||
uses: subosito/flutter-action@v2
|
||||
with:
|
||||
flutter-version: '3.7.3'
|
||||
flutter-version: '3.10.4'
|
||||
channel: 'stable'
|
||||
- run: flutter --version
|
||||
- name: Setup Gradle
|
||||
uses: gradle/gradle-build-action@v2
|
||||
uses: gradle/gradle-build-action@v2.4.2
|
||||
with:
|
||||
gradle-version: 7.6
|
||||
- name: Collect Translation Files
|
||||
@ -36,6 +36,7 @@ jobs:
|
||||
python3 collect_translations.py
|
||||
- name: Build for Android
|
||||
run: |
|
||||
flutter upgrade
|
||||
flutter pub get
|
||||
cp lib/dummy_dsn.dart lib/dsn.dart
|
||||
flutter build apk --debug
|
||||
|
Reference in New Issue
Block a user