Skip to content

Commit 05bc006

Browse files
committed
Add dependency for usb-serial-for-android
1 parent 62f9c41 commit 05bc006

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/tauri-patch-android.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,5 +132,9 @@ pluginManagement {
132132
maven { url = uri("https://jitpack.io") }
133133
}
134134
}
135+
136+
dependencies {
137+
implementation 'com.github.mik3y:usb-serial-for-android:3.9.0'
138+
}
135139
EOF
136140
fi

0 commit comments

Comments
 (0)