mobile: new Kirigami SHA

Notice this is not the current master. Do not go there
right now. Kirigami SHA f8ee631aac787b60 introduces
a failing load of our main.qml (tested with both
Kirigami 2.0 and 2.2).

This SHA is safe.

Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
Jan Mulder 2017-11-19 11:53:27 +01:00 committed by Dirk Hohndel
parent fea111cb3a
commit 8ed53ab5a6

View file

@ -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 162b877ad4b03d4843e21e7e4674f5b74c7688fe
git checkout 2f5b6fc2a2fa9fb6578a6a709d2d7c51582f2e29
popd
fi
if [ ! -d breeze-icons ] ; then