Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/android/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "android",
"version": "0.0.3",
"version": "0.0.4",
"description": "Sets Android home/AVD paths inside the Devbox virtenv for reproducible, project-local Android tooling.",
"env": {
"ANDROID_USER_HOME": "{{ .Virtenv }}/android",
Expand Down
2 changes: 1 addition & 1 deletion plugins/ios/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ios",
"version": "0.0.3",
"version": "0.0.4",
"description": "Configures iOS tooling inside Devbox and ensures Xcode toolchain usage.",
"env": {
"IOS_CONFIG_DIR": "{{ .DevboxDir }}",
Expand Down
2 changes: 1 addition & 1 deletion plugins/react-native/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native",
"version": "0.0.4",
"version": "0.0.5",
"description": "Aggregates the Android and iOS Devbox plugins for React Native projects.",
"include": [
"github:segment-integrations/mobile-devtools?dir=plugins/android&ref=main",
Expand Down
Loading