commit | 9509e621af44ba9db296b88012c34274d0663f20 | [log] [tgz] |
---|---|---|
author | David Barth <david.barth@canonical.com> | Thu Jan 28 12:15:01 2016 +0100 |
committer | David Barth <david.barth@canonical.com> | Thu Jan 28 12:15:01 2016 +0100 |
tree | 3a90790e154f8d68d9f64427dd9fa8349ae621c5 | |
parent | 827212f339cc75ec25b1078c7355f3152763bbfa [diff] |
Use com.canonical.oxide 1.9 only, 1.10 won't work
diff --git a/CordovaUbuntu/CordovaViewInternal.qml b/CordovaUbuntu/CordovaViewInternal.qml index 87f5fac..02dea8c 100644 --- a/CordovaUbuntu/CordovaViewInternal.qml +++ b/CordovaUbuntu/CordovaViewInternal.qml
@@ -17,7 +17,7 @@ * */ import QtQuick 2.0 -import com.canonical.Oxide 1.10 +import com.canonical.Oxide 1.9 import "cordova_wrapper.js" as CordovaWrapper import Ubuntu.Components 1.0 import Ubuntu.Components.Popups 1.0