2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-04-28 05:26:47 +00:00

Check gradle version

This commit is contained in:
Oliver 2021-09-29 09:04:04 +10:00
parent 46ecb8ebf6
commit f21cbe3b1c

View File

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