Skip to content

Commit bd4e73f

Browse files
authored
chore(expo): bump clerk-android to 1.0.36 (#9152)
1 parent 1de44bf commit bd4e73f

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.35` to `1.0.36`. See the Clerk Android release: https://github.com/clerk/clerk-android/releases/tag/v1.0.36.

packages/expo/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ ext {
2222
credentialsVersion = "1.3.0"
2323
googleIdVersion = "1.1.1"
2424
kotlinxCoroutinesVersion = "1.7.3"
25-
clerkAndroidApiVersion = "1.0.35"
26-
clerkAndroidUiVersion = "1.0.35"
25+
clerkAndroidApiVersion = "1.0.36"
26+
clerkAndroidUiVersion = "1.0.36"
2727
composeVersion = "1.7.0"
2828
activityComposeVersion = "1.9.0"
2929
lifecycleVersion = "2.8.0"

0 commit comments

Comments
 (0)