Skip to content

Commit 33d369b

Browse files
authored
Update Android-AppAuth to 0.7.1
From https://github.com/openid/AppAuth-Android/releases Minor bug fixes: - Synchronizes multiple actions when requiring token refresh (#332) - Make handling of non-standard expires_at more tolerant (#336) - Changes related to Android tool changes between v25 and v27 (#341, #363) - Fix encoding of client ids and secrets for auth (#345) - Handle CustomTabsSession.newSession failures (#362) - Do not automatically pass scope on token exchange request (#364) - Do not override tab title setting (#365) - Respect default browser of the user correctly (#379) - Updated custom tab definitions, including Firefox (#378, #383)
1 parent ee3b026 commit 33d369b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ repositories {
3535

3636
dependencies {
3737
compile 'com.facebook.react:react-native:+'
38-
compile "net.openid:appauth:0.7.0"
38+
compile "net.openid:appauth:0.7.1"
3939
}

0 commit comments

Comments
 (0)