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 130fdcb commit 32284efCopy full SHA for 32284ef
scripts/patch-app-gradle.sh
@@ -51,8 +51,6 @@ 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