File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 40
40
flutter format --dry-run --set-exit-if-changed .
41
41
flutter analyze --no-pub
42
42
flutter test --no-pub --coverage
43
+
44
+ - name : Build Example
45
+ run : |
46
+ pushd example
47
+ flutter build appbundle --no-pub --debug
48
+ flutter build ios --no-pub --debug --no-codesign
49
+
43
50
- name : Upload coverage to Codecov
44
51
if : ${{ matrix.channel == 'stable' }}
45
52
uses : codecov/codecov-action@v1
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
6
6
}
7
7
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:3.5.0 '
9
+ classpath ' com.android.tools.build:gradle:4.1.1 '
10
10
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
11
11
}
12
12
}
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-5.6.2 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.7.1 -all.zip
You can’t perform that action at this time.
0 commit comments