Downgrade the appcompat library.
- Downgraded the appcompat library to v1.1.0-beta01, the v1.1.0 introduced a bug that causes a crash in the WebView in certain devices running Android L.
This commit is contained in:
parent
fa21b24ccd
commit
405344aa07
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ dependencies {
|
|||
implementation project(':graphenejlib:graphenej')
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
||||
// AndroidX
|
||||
implementation 'androidx.appcompat:appcompat:1.1.0'
|
||||
implementation 'androidx.appcompat:appcompat:1.1.0-beta01' // Not updating to 1.0.0 due to a crash in Android 5.0.2's WebView
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta2'
|
||||
// Google
|
||||
implementation 'com.google.zxing:core:3.4.0'
|
||||
|
|
Loading…
Reference in a new issue