Skip to content

Commit 1fb1d2b

Browse files
committed
chore(expo): bump clerk-android to 1.0.38
1 parent a8f6e89 commit 1fb1d2b

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@clerk/expo': patch
3+
---
4+
5+
Bump the bundled `clerk-android` SDK (`clerk-android-api` and `clerk-android-ui`) from `1.0.37` to `1.0.38`. See the Clerk Android release: https://github.com/clerk/clerk-android/releases/tag/v1.0.38.

packages/expo/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ def clerkExpoVersion = clerkExpoPackageJson.version.toString()
2020
// See: https://docs.gradle.org/current/userguide/version_catalogs.html for app-level version catalogs
2121
ext {
2222
kotlinxCoroutinesVersion = "1.7.3"
23-
clerkAndroidApiVersion = "1.0.37"
24-
clerkAndroidUiVersion = "1.0.37"
23+
clerkAndroidApiVersion = "1.0.38"
24+
clerkAndroidUiVersion = "1.0.38"
2525
composeVersion = "1.7.0"
2626
activityComposeVersion = "1.9.0"
2727
lifecycleVersion = "2.8.0"

0 commit comments

Comments
 (0)