Skip to content

Commit 32284ef

Browse files
committed
Fix stray lines
1 parent 130fdcb commit 32284ef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/patch-app-gradle.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ 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"
5654
awk '
5755
/^dependencies \{/ {
5856
print $0

0 commit comments

Comments
 (0)