Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion example-app-spm/ios/App/CapApp-SPM/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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: "../../../.."),
Expand Down
8 changes: 4 additions & 4 deletions example-app-spm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions example-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down