fix syntax error in setupwizard

This commit is contained in:
proletarius101 2021-12-26 12:48:55 +00:00
parent d1baf0d889
commit 2ef8aab219

View file

@ -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