File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 6
6
runs-on : ubuntu-18.04
7
7
strategy :
8
8
matrix :
9
- node-version : [12 ]
9
+ node-version : [14 ]
10
10
steps :
11
11
- uses : actions/checkout@v2
12
12
- uses : actions/setup-node@v1
27
27
runs-on : ubuntu-18.04
28
28
strategy :
29
29
matrix :
30
- node-version : [12 ]
30
+ node-version : [14 ]
31
31
steps :
32
32
- uses : actions/checkout@v2
33
33
- uses : actions/setup-node@v1
48
48
runs-on : ubuntu-18.04
49
49
strategy :
50
50
matrix :
51
- node-version : [12 ]
51
+ node-version : [14 ]
52
52
steps :
53
53
- uses : actions/checkout@v2
54
54
- uses : actions/setup-node@v1
69
69
runs-on : ubuntu-18.04
70
70
strategy :
71
71
matrix :
72
- node-version : [12 ]
72
+ node-version : [14 ]
73
73
steps :
74
74
- uses : actions/checkout@v2
75
75
- uses : actions/setup-node@v1
90
90
runs-on : macos-latest
91
91
strategy :
92
92
matrix :
93
- node-version : [12 ]
93
+ node-version : [14 ]
94
94
steps :
95
95
- uses : actions/checkout@v2
96
96
- uses : actions/setup-node@v1
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-18.04
11
11
strategy :
12
12
matrix :
13
- node-version : [12 ]
13
+ node-version : [14 ]
14
14
steps :
15
15
- name : Checkout
16
16
uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -6,13 +6,14 @@ buildscript {
6
6
minSdkVersion = 16
7
7
compileSdkVersion = 29
8
8
targetSdkVersion = 29
9
+ ndkVersion = " 21.4.7075529"
9
10
}
10
11
repositories {
11
12
google()
12
13
jcenter()
13
14
}
14
15
dependencies {
15
- classpath(" com.android.tools.build:gradle:3.5.3 " )
16
+ classpath(" com.android.tools.build:gradle:4.2.1 " )
16
17
17
18
// NOTE: Do not place your application dependencies here; they belong
18
19
// in the individual module build.gradle files
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-6.2 -all.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.7.1 -all.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments