diff --git a/android/build.gradle b/android/build.gradle index aaf0649..deaad3d 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -59,7 +59,7 @@ repositories { dependencies { // implementation fileTree(dir: 'libs', include: ['*.jar']) implementation project(':capacitor-android') - implementation("io.ionic.libs:ioninappbrowser-android:1.6.0") + implementation("io.ionic.libs:ioninappbrowser-android:1.6.1") implementation "androidx.browser:browser:$androidxBrowserVersion" implementation "androidx.constraintlayout:constraintlayout:2.2.1" implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion" diff --git a/example-app-spm/ios/App/CapApp-SPM/Package.swift b/example-app-spm/ios/App/CapApp-SPM/Package.swift index 658d62d..309140e 100644 --- a/example-app-spm/ios/App/CapApp-SPM/Package.swift +++ b/example-app-spm/ios/App/CapApp-SPM/Package.swift @@ -11,7 +11,7 @@ let package = Package( targets: ["CapApp-SPM"]) ], dependencies: [ - .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", exact: "8.0.0-beta.0"), + .package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", exact: "8.0.1"), .package(name: "CapacitorApp", path: "../../../node_modules/@capacitor/app"), .package(name: "CapacitorHaptics", path: "../../../node_modules/@capacitor/haptics"), .package(name: "CapacitorInappbrowser", path: "../../../.."), diff --git a/example-app-spm/package.json b/example-app-spm/package.json index f9cea0b..5198c35 100644 --- a/example-app-spm/package.json +++ b/example-app-spm/package.json @@ -12,13 +12,13 @@ "lint": "eslint" }, "dependencies": { - "@capacitor/app": "^7.0.0 || ^8.0.0", + "@capacitor/app": "^8.0.0", "@capacitor/core": "^8.0.0", - "@capacitor/haptics": "^7.0.0 || ^8.0.0", + "@capacitor/haptics": "^8.0.0", "@capacitor/inappbrowser": "file:../", "@capacitor/ios": "^8.0.0", - "@capacitor/keyboard": "^7.0.0 || ^8.0.0", - "@capacitor/status-bar": "^7.0.0 || ^8.0.0", + "@capacitor/keyboard": "^8.0.0", + "@capacitor/status-bar": "^8.0.0", "@ionic/react": "^8.7.10", "@ionic/react-router": "^8.7.10", "ionicons": "^8.0.13", diff --git a/example-app/package.json b/example-app/package.json index ab4c1a1..1768505 100644 --- a/example-app/package.json +++ b/example-app/package.json @@ -13,13 +13,13 @@ }, "dependencies": { "@capacitor/android": "^8.0.0", - "@capacitor/app": "^7.0.0 || ^8.0.0", + "@capacitor/app": "^8.0.0", "@capacitor/core": "^8.0.0", - "@capacitor/haptics": "^7.0.0 || ^8.0.0", + "@capacitor/haptics": "^8.0.0", "@capacitor/inappbrowser": "file:../", - "@capacitor/ios": "next", - "@capacitor/keyboard": "next", - "@capacitor/status-bar": "next", + "@capacitor/ios": "^8.0.0", + "@capacitor/keyboard": "^8.0.0", + "@capacitor/status-bar": "^8.0.0", "@ionic/react": "^8.7.10", "@ionic/react-router": "^8.7.10", "ionicons": "^8.0.13",