Skip to content

Commit 6e3cf17

Browse files
fix(android): migrate back navigation to API supported for Android 16 (#68)
* fix: update dependency to OSInAppBrowserLib-Android with fix for apps targeting Android 16 References: https://outsystemsrd.atlassian.net/browse/RMET-4335 * chore: set version to 2.2.1-dev.1 * test: test with api files * chore: set version to 2.2.1-dev.2 * chore: update dependency to OSInAppBrowserLib-Android References: https://outsystemsrd.atlassian.net/browse/RMET-4335 * chore: set version to 2.2.1 and update changelog * chore: update dependency to OSInAppBrowserLib-Android * chore: update changelog * chore: remove unused .aar * chore(capacitor and dev deps): use latest instead of next
1 parent 879eb37 commit 6e3cf17

File tree

5 files changed

+381
-206
lines changed

5 files changed

+381
-206
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [2.2.1](https://github.com/ionic-team/capacitor-os-inappbrowser/compare/v2.2.0...v2.2.1) (2025-07-30)
2+
3+
### Features
4+
5+
* Add support for for predictive back navigation for Android 13+ ([5bd722b](https://github.com/ionic-team/capacitor-os-inappbrowser/pull/68/commits/5bd722b1ba57bac635b239acedc645d0a31a5416))
6+
17
# [2.2.0](https://github.com/ionic-team/capacitor-os-inappbrowser/compare/v2.1.1...v2.2.0) (2025-07-21)
28

39
### Features

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ buildscript {
1111
google()
1212
mavenCentral()
1313
}
14+
1415
dependencies {
1516
classpath 'com.android.tools.build:gradle:8.7.1'
1617
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
@@ -54,11 +55,10 @@ repositories {
5455
mavenCentral()
5556
}
5657

57-
5858
dependencies {
5959
// implementation fileTree(dir: 'libs', include: ['*.jar'])
6060
implementation project(':capacitor-android')
61-
implementation "io.ionic.libs:ioninappbrowser-android:1.4.0"
61+
implementation("io.ionic.libs:ioninappbrowser-android:1.4.1")
6262
implementation 'androidx.browser:browser:1.8.0'
6363
implementation "androidx.constraintlayout:constraintlayout:2.2.0"
6464
implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"

0 commit comments

Comments
 (0)