Skip to content

Commit

Permalink
Issue #SB-000 merge: Merge pull request #3589 from swayangjit/release…
Browse files Browse the repository at this point in the history
…-7.0.0

Issue #SB-000 fix: Updated document file provider authority based on applicationId instead of package name.
  • Loading branch information
swayangjit authored Apr 3, 2024
2 parents a6fed8c + 3c42391 commit a40fc74
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build_config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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": {},
Expand All @@ -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"
Expand Down Expand Up @@ -384,4 +384,4 @@
"<rootDir>/src/app/manage-learn/"
]
}
}
}

0 comments on commit a40fc74

Please sign in to comment.