File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,8 @@ module.exports = (async () => {
45
45
'groovy' ,
46
46
'dart' ,
47
47
'text' ,
48
- 'plain'
48
+ 'plain' ,
49
+ 'sh'
49
50
] ;
50
51
51
52
loadLanguages ( supportedLanguages ) ;
@@ -106,7 +107,10 @@ module.exports = (async () => {
106
107
code = code . replace ( / A N D R O I D _ V E R S I O N / g, versions . ANDROID_VERSION ) ;
107
108
code = code . replace ( / A N D R O I D _ D E V P R E V I E W / g, versions . ANDROID_DEVPREVIEW ) ;
108
109
code = code . replace ( / A N D R O I D _ V 1 _ V E R S I O N / g, versions . ANDROID_V1_VERSION ) ;
109
- code = code . replace ( / A N D R O I D _ V 1 _ G E O _ V E R S I O N / g, versions . ANDROID_V1_GEO_VERSION ) ;
110
+ code = code . replace (
111
+ / A N D R O I D _ V 1 _ G E O _ V E R S I O N / g,
112
+ versions . ANDROID_V1_GEO_VERSION
113
+ ) ;
110
114
code = code . replace (
111
115
/ A N D R O I D _ V 1 _ K O T L I N _ V E R S I O N / g,
112
116
versions . ANDROID_V1_KOTLIN_VERSION
You can’t perform that action at this time.
0 commit comments