diff options
author | Jan Mulder <jlmulder@xs4all.nl> | 2018-02-21 08:57:31 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-02-24 11:39:49 -0800 |
commit | cd0b911fe8e7f2c6a374ad100fda429032bea520 (patch) | |
tree | 4a79fa619bd668de085eb9d154ce94dc74155d94 | |
parent | 564e134bba663087f108957d34cceea75acaaaa6 (diff) | |
download | subsurface-cd0b911fe8e7f2c6a374ad100fda429032bea520.tar.gz |
Mobile: new Kirigami SHA
And sync again with Kirigami master. All safe QML improvements.
Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
-rwxr-xr-x | scripts/mobilecomponents.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mobilecomponents.sh b/scripts/mobilecomponents.sh index b5baf5861..554184483 100755 --- a/scripts/mobilecomponents.sh +++ b/scripts/mobilecomponents.sh @@ -33,7 +33,7 @@ if [ "$NOPULL" = "" ] ; then git checkout master git pull origin master # if we want to pin a specific Kirigami version, we can do this here - git checkout 389f4c29acc3629a900dd5e1e52ef8b0bfe3519f + git checkout 38a9dec7317945e5751c86a6c54de787c261e024 popd fi if [ ! -d breeze-icons ] ; then |