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 {
5454
5555dependencies {
5656 implementation ' androidx.core:core:1.12.0'
57- // implementation files('libs/ioio-debug .aar')
57+ implementation files(' libs/ioio-release .aar' )
5858 testImplementation ' junit:junit:4.13.2'
5959}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 mavenCentral()
66 }
77 dependencies {
8- classpath ' com.android.tools.build:gradle:8.3.1 '
8+ classpath ' com.android.tools.build:gradle:8.3.2 '
99 }
1010}
1111
Original file line number Diff line number Diff line change 55 "type" : " module" ,
66 "dependencies" : {
77 "@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 " ,
1212 "react" : " ^18.2.0" ,
1313 "react-dom" : " ^18.2.0" ,
1414 "vite-plugin-eslint" : " ^1.8.1"
1515 },
1616 "devDependencies" : {
1717 "@vitejs/plugin-react" : " ^4.2.1" ,
1818 "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 "
2323 },
2424 "scripts" : {
2525 "start" : " vite --host" ,
You can’t perform that action at this time.
0 commit comments