Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump androidx.browser:browser to 1.6.0 #26619

Merged
merged 1 commit into from
Jan 23, 2024
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
Bump androidx.browser:browser to 1.6.0
  • Loading branch information
zoontek committed Jan 23, 2024
commit e7e62451786c2f6a7111b865cd66c03b2d6de175
1 change: 1 addition & 0 deletions packages/expo-dev-menu/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
### 💡 Others

- Remove classic updates SDK version. ([#26061](https://github.com/expo/expo/pull/26061) by [@wschurman](https://github.com/wschurman))
- Updated `androidx.browser:browser` to `1.6.0` [#26619](https://github.com/expo/expo/pull/26619) by [@zoontek](https://github.com/zoontek)

### 📚 3rd party library updates

Expand Down
2 changes: 1 addition & 1 deletion packages/expo-dev-menu/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ dependencies {
// Needed by gesture handler
implementation "androidx.core:core-ktx:1.6.0"

api "androidx.browser:browser:1.2.0"
api "androidx.browser:browser:1.6.0"

testImplementation "com.google.truth:truth:1.1.2"
testImplementation "org.robolectric:robolectric:4.10"
Expand Down
2 changes: 2 additions & 0 deletions packages/expo-web-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

### 💡 Others

- Updated `androidx.browser:browser` to `1.6.0` [#26619](https://github.com/expo/expo/pull/26619) by [@zoontek](https://github.com/zoontek)

## 12.8.1 - 2023-12-19

_This version does not introduce any user-facing changes._
Expand Down
2 changes: 1 addition & 1 deletion packages/expo-web-browser/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${getKotlinVersion()}"
}

api "androidx.browser:browser:1.2.0"
api "androidx.browser:browser:1.6.0"

implementation "androidx.core:core-ktx:1.7.0"

Expand Down
Loading