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.
master
Severiano Jaramillo 2019-09-26 11:22:52 -05:00
parent fa21b24ccd
commit 405344aa07
1 changed files with 1 additions and 1 deletions

View File

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