aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Jan Mulder <jlmulder@xs4all.nl>2018-02-21 08:57:31 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-02-24 11:39:49 -0800
commitcd0b911fe8e7f2c6a374ad100fda429032bea520 (patch)
tree4a79fa619bd668de085eb9d154ce94dc74155d94
parent564e134bba663087f108957d34cceea75acaaaa6 (diff)
downloadsubsurface-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-xscripts/mobilecomponents.sh2
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