Skip to content

Commit 6b82f1f

Browse files
Bump Android SDK to 3.4.1-alpha.4 and version to 2.8.0-alpha.4 (#87)
Picks up fix for getJwtClaim not checking nested 'other' object in JWT payload, which caused Play Integrity attestation to fail.
1 parent 3507aef commit 6b82f1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ dependencies {
6161

6262
implementation "androidx.browser:browser:1.2.0"
6363

64-
implementation("com.authsignal:authsignal-android:3.4.1-alpha.3")
64+
implementation("com.authsignal:authsignal-android:3.4.1-alpha.4")
6565
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-authsignal",
3-
"version": "2.8.0-alpha.3",
3+
"version": "2.8.0-alpha.4",
44
"description": "The official Authsignal React Native library.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)