Skip to content

Commit 745a9c1

Browse files
committed
Revert "Fix stray lines"
This reverts commit 32284ef.
1 parent 32284ef commit 745a9c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/patch-app-gradle.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ if [ -f "$APP_BUILD_GRADLE" ]; then
5151
# Find the dependencies block and add the dependency
5252
if grep -q "^dependencies {" "$APP_BUILD_GRADLE"; then
5353
# Insert after the opening dependencies { line
54+
implementation("com.github.mik3y:usb-serial-for-android:3.8.0")
55+
' "$APP_BUILD_GRADLE"
5456
awk '
5557
/^dependencies \{/ {
5658
print $0

0 commit comments

Comments
 (0)