Merge pull request #83 from cinos1/patch-1

bug fix for android build
This commit is contained in:
Lorenzo Pichilli 2019-04-26 15:17:10 +02:00 committed by GitHub
commit b2c2f326b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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'
}