Skip to content

Commit 82ed2d5

Browse files
authored
downgrade androidx:browser dependency to 1.3.0 (#2766)
1 parent cd85664 commit 82ed2d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aws-android-sdk-cognitoauth/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
api (project(':aws-android-sdk-core')) {
2424
exclude group: 'com.google.android', module: 'android'
2525
}
26-
implementation 'androidx.browser:browser:1.4.0'
26+
implementation 'androidx.browser:browser:1.3.0'
2727
implementation 'com.amazonaws:aws-android-sdk-cognitoidentityprovider-asf:1.0.0'
2828
}
2929

aws-android-sdk-mobile-client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies {
4747
compileOnly project(':aws-android-sdk-auth-google')
4848
compileOnly project(':aws-android-sdk-auth-userpools')
4949
compileOnly project(':aws-android-sdk-cognitoauth')
50-
compileOnly 'androidx.browser:browser:1.4.0'
50+
compileOnly 'androidx.browser:browser:1.3.0'
5151

5252
testImplementation 'junit:junit:4.13.2'
5353
testImplementation 'org.mockito:mockito-core:3.2.4'

0 commit comments

Comments
 (0)