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 c8d78c1 commit 0f3d483Copy full SHA for 0f3d483
patches/remove_proprietary_dependencies.sh
@@ -22,10 +22,10 @@ fi
22
23
# remove Onyx maven repo
24
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
+# check if android/build.gradle.kts contains "repo.boox.com"
+if grep -q "repo.boox.com" "android/build.gradle.kts"; then
27
echo "found"
28
- sed -i -e '5,11d' android/build.gradle
+ sed -i -e '5,9d' android/build.gradle.kts
29
else
30
echo "already done"
31
fi
0 commit comments