We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32284ef commit 745a9c1Copy full SHA for 745a9c1
scripts/patch-app-gradle.sh
@@ -51,6 +51,8 @@ if [ -f "$APP_BUILD_GRADLE" ]; then
51
# Find the dependencies block and add the dependency
52
if grep -q "^dependencies {" "$APP_BUILD_GRADLE"; then
53
# Insert after the opening dependencies { line
54
+ implementation("com.github.mik3y:usb-serial-for-android:3.8.0")
55
+' "$APP_BUILD_GRADLE"
56
awk '
57
/^dependencies \{/ {
58
print $0
0 commit comments