mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-05 13:46:52 +00:00
fix syntax error in setupwizard
This commit is contained in:
parent
d1baf0d889
commit
2ef8aab219
1 changed files with 1 additions and 1 deletions
|
|
@ -2,4 +2,4 @@ RepoType: git
|
|||
Repo: https://android.googlesource.com/platform/frameworks/opt/setupwizard
|
||||
|
||||
Prepare: |
|
||||
sed -i -e "s/Compile/Implementation" library/rules.gradle
|
||||
sed -i -e "s/Compile/Implementation/g" library/rules.gradle
|
||||
|
|
|
|||
Loading…
Reference in a new issue