File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1- 16.15 .0
1+ 16.17 .0
Original file line number Diff line number Diff line change 99 "license" : " [INJECTED_BY_GULPFILE]" ,
1010 "dependencies" : {
1111 "cordova" : " ^9.0.0" ,
12- "cordova-android" : " ^8.1 .0" ,
12+ "cordova-android" : " ^11.0 .0" ,
1313 "cordova-clipboard" : " ^1.3.0" ,
1414 "bf-cordova-open-native-settings" : " ^2.0.4" ,
1515 "bf-cordova-plugin-appavailability" : " ^1.0.3" ,
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ const NODE_ENV = process.env.NODE_ENV || 'production';
5050const NAME_REGEX = / - / g;
5151
5252const nwBuilderOptions = {
53- version : '0.62.0 ' ,
53+ version : '0.67.1 ' ,
5454 files : `${ DIST_DIR } **/*` ,
5555 macIcns : './src/images/bf_icon.icns' ,
5656 macPlist : { 'CFBundleDisplayName' : 'Betaflight Configurator' } ,
Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ const GuiControl = function () {
7474} ;
7575
7676function GUI_checkOperatingSystem ( ) {
77+ // return navigator?.userAgentData?.platform || 'Android';
7778 return navigator . userAgentData . platform ;
7879}
7980
You can’t perform that action at this time.
0 commit comments