File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,6 @@ android {
54
54
55
55
dependencies {
56
56
implementation ' androidx.core:core:1.12.0'
57
- // implementation files('libs/ioio-debug .aar')
57
+ implementation files(' libs/ioio-release .aar' )
58
58
testImplementation ' junit:junit:4.13.2'
59
59
}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
mavenCentral()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:8.3.1 '
8
+ classpath ' com.android.tools.build:gradle:8.3.2 '
9
9
}
10
10
}
11
11
Original file line number Diff line number Diff line change 5
5
"type" : " module" ,
6
6
"dependencies" : {
7
7
"@emotion/react" : " ^11.11.4" ,
8
- "@emotion/styled" : " ^11.11.0 " ,
9
- "@mui/icons-material" : " ^5.15.12 " ,
10
- "@mui/material" : " ^5.15.12 " ,
11
- "@mui/x-data-grid" : " ^6.19.6 " ,
8
+ "@emotion/styled" : " ^11.11.5 " ,
9
+ "@mui/icons-material" : " ^5.15.15 " ,
10
+ "@mui/material" : " ^5.15.15 " ,
11
+ "@mui/x-data-grid" : " ^6.19.10 " ,
12
12
"react" : " ^18.2.0" ,
13
13
"react-dom" : " ^18.2.0" ,
14
14
"vite-plugin-eslint" : " ^1.8.1"
15
15
},
16
16
"devDependencies" : {
17
17
"@vitejs/plugin-react" : " ^4.2.1" ,
18
18
"eslint" : " ^8.57.0" ,
19
- "eslint-plugin-react" : " ^7.34.0 " ,
20
- "npm-check-updates" : " ^16.14.15 " ,
21
- "vite" : " ^5.1.5 " ,
22
- "vite-tsconfig-paths" : " ^4.3.1 "
19
+ "eslint-plugin-react" : " ^7.34.1 " ,
20
+ "npm-check-updates" : " ^16.14.18 " ,
21
+ "vite" : " ^5.2.8 " ,
22
+ "vite-tsconfig-paths" : " ^4.3.2 "
23
23
},
24
24
"scripts" : {
25
25
"start" : " vite --host" ,
You can’t perform that action at this time.
0 commit comments