From 405344aa073fb5cc305e8de095f2178c3eb1fab4 Mon Sep 17 00:00:00 2001 From: Severiano Jaramillo Date: Thu, 26 Sep 2019 11:22:52 -0500 Subject: [PATCH] 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. --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 00adb70..0fc3adb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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'