diff --git a/packages/capacitor-plugin/CapacitorFileViewer.podspec b/packages/capacitor-plugin/CapacitorFileViewer.podspec index d5f28dc..8256f5d 100644 --- a/packages/capacitor-plugin/CapacitorFileViewer.podspec +++ b/packages/capacitor-plugin/CapacitorFileViewer.podspec @@ -12,7 +12,7 @@ Pod::Spec.new do |s| s.source = { :git => package['repository']['url'], :tag => s.version.to_s } s.source_files = 'ios/Sources/FileViewerPlugin/*.{swift,h,m,c,cc,mm,cpp}' s.ios.deployment_target = '14.0' - s.dependency 'IONFileViewerLib', spec='~> 1.0.1' + s.dependency 'IONFileViewerLib', spec='~> 1.0.3' s.dependency 'Capacitor' s.swift_version = '5.1' end diff --git a/packages/capacitor-plugin/Package.swift b/packages/capacitor-plugin/Package.swift index 2a3712a..5d0eff6 100644 --- a/packages/capacitor-plugin/Package.swift +++ b/packages/capacitor-plugin/Package.swift @@ -11,7 +11,7 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", from: "7.0.0"), - .package(url: "https://github.com/ionic-team/ion-ios-fileviewer.git", from: "1.0.1") + .package(url: "https://github.com/ionic-team/ion-ios-fileviewer.git", from: "1.0.3") ], targets: [ .target( diff --git a/packages/capacitor-plugin/package-lock.json b/packages/capacitor-plugin/package-lock.json index 374679f..05df74a 100644 --- a/packages/capacitor-plugin/package-lock.json +++ b/packages/capacitor-plugin/package-lock.json @@ -1,12 +1,12 @@ { "name": "@capacitor/file-viewer", - "version": "1.0.2", + "version": "1.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@capacitor/file-viewer", - "version": "1.0.2", + "version": "1.0.4", "license": "MIT", "dependencies": { "@capacitor/synapse": "^1.0.3" diff --git a/packages/example-app-capacitor/android/capacitor.settings.gradle b/packages/example-app-capacitor/android/capacitor.settings.gradle index 17e9dfb..c73b320 100644 --- a/packages/example-app-capacitor/android/capacitor.settings.gradle +++ b/packages/example-app-capacitor/android/capacitor.settings.gradle @@ -9,4 +9,4 @@ include ':capacitor-splash-screen' project(':capacitor-splash-screen').projectDir = new File('../node_modules/@capacitor/splash-screen/android') include ':capacitor-file-viewer' -project(':capacitor-file-viewer').projectDir = new File('../node_modules/@capacitor/file-viewer/android') +project(':capacitor-file-viewer').projectDir = new File('../../capacitor-plugin/android') diff --git a/packages/example-app-capacitor/ios/App/Podfile.lock b/packages/example-app-capacitor/ios/App/Podfile.lock index 116a2f4..f2ae0ec 100644 --- a/packages/example-app-capacitor/ios/App/Podfile.lock +++ b/packages/example-app-capacitor/ios/App/Podfile.lock @@ -4,12 +4,12 @@ PODS: - CapacitorCamera (7.0.0): - Capacitor - CapacitorCordova (7.0.0) - - CapacitorFileViewer (1.0.2): + - CapacitorFileViewer (1.0.4): - Capacitor - - IONFileViewerLib (~> 1.0.1) + - IONFileViewerLib (~> 1.0.3) - CapacitorSplashScreen (7.0.0): - Capacitor - - IONFileViewerLib (1.0.1) + - IONFileViewerLib (1.0.3) DEPENDENCIES: - "Capacitor (from `../../node_modules/@capacitor/ios`)" @@ -38,9 +38,9 @@ SPEC CHECKSUMS: Capacitor: fcbee427ff437f414bbb3bc2d39364ad9bd2b8a5 CapacitorCamera: 777ddf61d727754fcda0b92303ae09ea3765d7b7 CapacitorCordova: 345f93b7edd121db98e4ec20ac94d6d7bcaf7e48 - CapacitorFileViewer: 4f6fcd47151b904e2d7cf57ebd7dd3739c10da9e + CapacitorFileViewer: 346f0bf5e3520be1ad86f8299f2990b4936cba34 CapacitorSplashScreen: f4e58cc02aafd91c7cbaf32a3d1b44d02a115125 - IONFileViewerLib: 9e6b09451afa7705545d4d20e2974b4f1555390c + IONFileViewerLib: 574758ebcaa4b1543669b1c9708f1970e1172b29 PODFILE CHECKSUM: 77a7484d3339f92395579b7104fae0ab5447d5b7 diff --git a/packages/example-app-capacitor/package-lock.json b/packages/example-app-capacitor/package-lock.json index affc43d..405f457 100644 --- a/packages/example-app-capacitor/package-lock.json +++ b/packages/example-app-capacitor/package-lock.json @@ -23,7 +23,7 @@ }, "../capacitor-plugin": { "name": "@capacitor/file-viewer", - "version": "1.0.2", + "version": "1.0.4", "license": "MIT", "dependencies": { "@capacitor/synapse": "^1.0.3"