Skip to content

Commit 0f3d483

Browse files
committed
Fix: Path to build.gradle.kts in foss patch
1 parent c8d78c1 commit 0f3d483

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

patches/remove_proprietary_dependencies.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ fi
2222

2323
# remove Onyx maven repo
2424
echo -n "Removing Onyx,jitpack maven repo: "
25-
# check if android/build.gradle contains "repo.boox.com"
26-
if grep -q "repo.boox.com" "android/build.gradle"; then
25+
# check if android/build.gradle.kts contains "repo.boox.com"
26+
if grep -q "repo.boox.com" "android/build.gradle.kts"; then
2727
echo "found"
28-
sed -i -e '5,11d' android/build.gradle
28+
sed -i -e '5,9d' android/build.gradle.kts
2929
else
3030
echo "already done"
3131
fi

0 commit comments

Comments
 (0)