Skip to content

Commit e165129

Browse files
authored
bug fix for android build
Android dependency 'androidx.core:core' has different version for the compile (1.0.0) and runtime (1.0.1) classpath
1 parent dec7e07 commit e165129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ android {
5151
dependencies {
5252
implementation 'androidx.webkit:webkit:1.0.0'
5353
implementation 'androidx.browser:browser:1.0.0'
54-
implementation 'androidx.appcompat:appcompat:1.0.2'
54+
implementation 'androidx.appcompat:appcompat:1.0.0'
5555
implementation 'com.squareup.okhttp3:mockwebserver:3.11.0'
5656
}

0 commit comments

Comments
 (0)