File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 14
14
jobs :
15
15
build :
16
16
runs-on : macos-latest
17
- strategy :
18
- fail-fast : false
19
- matrix :
20
- channel : [stable]
21
17
22
18
steps :
23
19
- uses : actions/checkout@v3
30
26
- name : Flutter action
31
27
uses : subosito/flutter-action@v2
32
28
with :
33
- channel : ${{ matrix.channel }}
29
+ channel : ' stable '
34
30
35
31
- name : Install dependencies
36
32
run : flutter pub get
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:4 .1.0 '
9
+ classpath ' com.android.tools.build:gradle:7 .1.2 '
10
10
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
11
11
}
12
12
}
@@ -21,8 +21,6 @@ allprojects {
21
21
rootProject. buildDir = ' ../build'
22
22
subprojects {
23
23
project. buildDir = " ${ rootProject.buildDir} /${ project.name} "
24
- }
25
- subprojects {
26
24
project. evaluationDependsOn(' :app' )
27
25
}
28
26
You can’t perform that action at this time.
0 commit comments