Skip to content

Commit

Permalink
Merge pull request #465 from andreidiaconu/appcompat-webview-bugfix
Browse files Browse the repository at this point in the history
Upgraded appcompat to 1.2.0-rc-02
  • Loading branch information
pichillilorenzo authored Aug 27, 2020
2 parents 3c4bbd6 + fe1d69a commit ad29d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ android {
dependencies {
implementation 'androidx.webkit:webkit:1.2.0'
implementation 'androidx.browser:browser:1.2.0'
implementation 'androidx.appcompat:appcompat:1.0.0'
implementation 'androidx.appcompat:appcompat:1.2.0-rc02'
implementation 'com.squareup.okhttp3:mockwebserver:3.11.0'
}
}

0 comments on commit ad29d3f

Please sign in to comment.