2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-04-27 21:16:48 +00:00

Install specific gradle version?

This commit is contained in:
Oliver 2021-09-29 00:39:55 +10:00
parent 961a35d410
commit 46ecb8ebf6

View File

@ -52,7 +52,11 @@ jobs:
uses: subosito/flutter-action@v1
with:
flutter-version: '2.2.3'
- run: flutter pub get
- name: Install Gradle
run: |
brew install gradle
gradle wrapper --gradle-version 6.7.1
- run: flutter pub get
- run: cp lib/dummy_dsn.dart lib/dsn.dart
- run: flutter build apk