File tree Expand file tree Collapse file tree 4 files changed +672
-556
lines changed Expand file tree Collapse file tree 4 files changed +672
-556
lines changed Original file line number Diff line number Diff line change 88 - checkout
99
1010 - run : yarn && yarn lint && yarn build
11-
11+
1212 - run : cd CollapsibleHeaderViewsExample && yarn && yarn build
1313
1414 - persist_to_workspace :
Original file line number Diff line number Diff line change @@ -32,9 +32,9 @@ allprojects {
3232}
3333
3434ext {
35- buildToolsVersion = " 26 .0.3"
35+ buildToolsVersion = " 28 .0.3"
3636 minSdkVersion = 16
37- compileSdkVersion = 26
38- targetSdkVersion = 26
39- supportLibVersion = " 26.1 .0"
37+ compileSdkVersion = 28
38+ targetSdkVersion = 28
39+ supportLibVersion = " 28.0 .0"
4040}
Original file line number Diff line number Diff line change 77 "outDir" : " build" ,
88 "jsx" : " react-native" ,
99 "lib" : [" es6" ],
10- "moduleResolution" : " node"
10+ "skipLibCheck" : true ,
11+ "moduleResolution" : " node" ,
12+ "types" : [
13+ " react-native"
14+ ]
1115 }
12- }
16+ }
You can’t perform that action at this time.
0 commit comments