Skip to content

Commit 8819e02

Browse files
committed
ANDROID: update dependencies
1 parent de9e6f8 commit 8819e02

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

src/platform/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ android {
5454

5555
dependencies {
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
}

src/platform/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/platform/android/webui/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
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",

0 commit comments

Comments
 (0)