diff --git a/contact-helper.android.js b/contact-helper.android.js index 11d7474..6569a36 100644 --- a/contact-helper.android.js +++ b/contact-helper.android.js @@ -1,6 +1,6 @@ var appModule = require("@nativescript/core/application"); var KnownLabel = require("./known-label"); -var imageSource = require("image-source"); +var imageSource = require("@nativescript/core/image-source"); /* missing constants from the {N} */ var TYPE_CUSTOM = 0;