mirror of
https://github.com/NaitLee/Cat-Printer.git
synced 2025-05-19 00:30:17 -07:00
* Removed trailing ";" from replace expression
This commit is contained in:
parent
27eb88e189
commit
ae2d281719
@ -223,7 +223,7 @@ cd $DIR_GIT
|
|||||||
cp $DIR_P4A/bootstraps/webview/build/src/main/java/org/kivy/android/PythonActivity.java ./
|
cp $DIR_P4A/bootstraps/webview/build/src/main/java/org/kivy/android/PythonActivity.java ./
|
||||||
# some sed script doing the dirty work
|
# some sed script doing the dirty work
|
||||||
sed -i 's/import android.webkit.WebView;/import im.delight.android.webview.AdvancedWebView;/' PythonActivity.java
|
sed -i 's/import android.webkit.WebView;/import im.delight.android.webview.AdvancedWebView;/' PythonActivity.java
|
||||||
sed -i -r 's/\bWebView\b/AdvancedWebView;/g' PythonActivity.java
|
sed -i -r 's/\bWebView\b/AdvancedWebView/g' PythonActivity.java
|
||||||
```
|
```
|
||||||
|
|
||||||
Not the end yet —
|
Not the end yet —
|
||||||
|
Loading…
x
Reference in New Issue
Block a user