File tree 4 files changed +267
-285
lines changed
app/App_Resources/Android/src/main
4 files changed +267
-285
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,9 @@ const genConfig = (name) => {
106
106
'process.env.NS_VUE_VERSION' : `process.env.NS_VUE_VERSION || '${ NSVueVersion } '`
107
107
} ) ,
108
108
flow ( ) ,
109
- buble ( ) ,
109
+ buble ( {
110
+ transforms : { asyncAwait : false }
111
+ } ) ,
110
112
alias ( aliases ) ,
111
113
resolve ( ) ,
112
114
commonjs ( ) ,
Original file line number Diff line number Diff line change 6
6
<uses-permission android : name =" android.permission.INTERNET" />
7
7
<uses-permission android : name =" android.permission.READ_EXTERNAL_STORAGE" />
8
8
<uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" />
9
- <application android : name =" com.tns.NativeScriptApplication" android : allowBackup =" true" android : icon =" @drawable/icon" android : label =" @string/app_name" android : theme =" @style/AppTheme" >
9
+ <application android : name =" com.tns.NativeScriptApplication" android : allowBackup =" true"
10
+ android : usesCleartextTraffic =" true"
11
+ android : icon =" @drawable/icon"
12
+ android : label =" @string/app_name"
13
+ android : theme =" @style/AppTheme" >
10
14
<activity android : name =" com.tns.NativeScriptActivity" android : label =" @string/title_activity_kimera" android : configChanges =" keyboardHidden|orientation|screenSize" android : theme =" @style/LaunchScreenTheme" >
11
15
<meta-data android : name =" SET_THEME_ON_LAUNCH" android : resource =" @style/AppTheme" />
12
16
<intent-filter >
16
20
</activity >
17
21
<activity android : name =" com.tns.ErrorReportActivity" />
18
22
</application >
19
- </manifest >
23
+ </manifest >
Original file line number Diff line number Diff line change 21
21
"dependencies" : {
22
22
"@vue/devtools" : " 5.1.0" ,
23
23
"nativescript-pager" : " 9.5.4" ,
24
+ "nativescript-socketio" : " ^3.3.1" ,
24
25
"nativescript-theme-core" : " 1.0.6" ,
25
- "nativescript-ui-gauge" : " 5.0.0-androidx" ,
26
- "nativescript-ui-sidedrawer" : " 7.0.0-androidx-110619" ,
26
+ "nativescript-toasty" : " ^2.0.1" ,
27
+ "nativescript-ui-gauge" : " 5.0.0" ,
28
+ "nativescript-ui-sidedrawer" : " 7.0.0" ,
27
29
"nativescript-vue-devtools" : " 1.2.0" ,
28
30
"tns-core-modules" : " 6.0.1" ,
29
31
"vue-router" : " 3.0.6" ,
42
44
"mocha-multi" : " 1.1.0" ,
43
45
"mochawesome" : " 4.0.0" ,
44
46
"nativescript-dev-appium" : " ^5.3.0" ,
45
- "nativescript-dev-webpack" : " 1.0.0-rc-2019-07-10-002255-01 " ,
47
+ "nativescript-dev-webpack" : " 1.0.1 " ,
46
48
"nativescript-vue-template-compiler" : " file:../packages/nativescript-vue-template-compiler" ,
47
49
"vue-loader" : " 15.7.0"
48
50
}
You can’t perform that action at this time.
0 commit comments