Skip to content

Commit

Permalink
Merge pull request #83 from cinos1/patch-1
Browse files Browse the repository at this point in the history
bug fix for android build
  • Loading branch information
pichillilorenzo authored Apr 26, 2019
2 parents 43f16d0 + e165129 commit b2c2f32
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 @@ -51,6 +51,6 @@ android {
dependencies {
implementation 'androidx.webkit:webkit:1.0.0'
implementation 'androidx.browser:browser:1.0.0'
implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'androidx.appcompat:appcompat:1.0.0'
implementation 'com.squareup.okhttp3:mockwebserver:3.11.0'
}

0 comments on commit b2c2f32

Please sign in to comment.