Skip to content

Commit

Permalink
fix: Bump android tools for linux emulator setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored Dec 13, 2024
1 parent d37aa06 commit 581baa3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions manifests/uno.ui-preview-major.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
"version": "35.0.2"
},
{
"path": "cmdline-tools;12.0",
"version": "12.0"
"path": "cmdline-tools;13.0",
"version": "13.0"
}
],
"emulators": [
Expand Down
4 changes: 2 additions & 2 deletions manifests/uno.ui-preview.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
"version": "35.0.2"
},
{
"path": "cmdline-tools;12.0",
"version": "12.0"
"path": "cmdline-tools;13.0",
"version": "13.0"
}
],
"emulators": [
Expand Down
4 changes: 2 additions & 2 deletions manifests/uno.ui.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
"version": "35.0.2"
},
{
"path": "cmdline-tools;12.0",
"version": "12.0"
"path": "cmdline-tools;13.0",
"version": "13.0"
}
],
"emulators": [
Expand Down

0 comments on commit 581baa3

Please sign in to comment.