diff --git a/build_config b/build_config index 1e77b9eef9..d6f7aaa14e 100644 --- a/build_config +++ b/build_config @@ -23,7 +23,7 @@ cordova-plugin=cordova-plugin-secure-storage-echo cordova-plugin=https://github.com/shikshalokam/cordova-plugin-chooser.git cordova-plugin=cordova-plugin-appavailability cordova-plugin=cordova-plugin-filepicker -cordova-plugin=cordova-plugin-document-viewer +cordova-plugin=https://github.com/swayangjit/cordova-plugin-document-viewer.git cordova-plugin=com-sarriaroman-photoviewer cordova-plugin=https://github.com/shikshalokam/cordova-plugin-filepath.git cordova-plugin=https://github.com/greybax/cordova-plugin-proguard.git diff --git a/package.json b/package.json index 6b5d326741..fd72128443 100644 --- a/package.json +++ b/package.json @@ -175,7 +175,7 @@ "cordova-plugin-console": "^1.1.0", "cordova-plugin-device": "^2.1.0", "cordova-plugin-dialogs": "^2.0.2", - "cordova-plugin-document-viewer": "^0.9.13", + "cordova-plugin-document-viewer": "git+https://github.com/swayangjit/cordova-plugin-document-viewer.git", "cordova-plugin-fcm-with-dependecy-updated": "git+https://github.com/Sunbird-Ed/sb-cordova-plugin-fcm.git#release-5.1.2", "cordova-plugin-file": "^8.0.1", "cordova-plugin-file-opener2": "^2.2.1", @@ -283,7 +283,6 @@ "cordova-plugin-filepath": {}, "cordova-plugin-chooser": {}, "cordova-plugin-filepicker": {}, - "cordova-plugin-document-viewer": {}, "com-sarriaroman-photoviewer": {}, "cordova-sqlite-storage": {}, "cordova-plugin-telerik-imagepicker": {}, @@ -294,7 +293,8 @@ }, "uk.co.workingedge.phonegap.plugin.istablet": {}, "cordova-plugin-console": {}, - "cordova-plugin-sunbirdsplash": {} + "cordova-plugin-sunbirdsplash": {}, + "cordova-plugin-document-viewer": {} }, "platforms": [ "ios" @@ -384,4 +384,4 @@ "/src/app/manage-learn/" ] } -} +} \ No newline at end of file