Bump appcompat from 1.1.0 to 1.2.0-alpha03 to fix webview crash… (#737)

This commit is contained in:
Mikołaj Pich 2020-03-29 14:38:39 +02:00 committed by GitHub
parent 6f697eff47
commit b9a19b60e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -128,7 +128,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation "androidx.core:core-ktx:1.2.0"
implementation "androidx.activity:activity-ktx:1.1.0"
implementation "androidx.appcompat:appcompat:1.1.0"
implementation "androidx.appcompat:appcompat:1.2.0-alpha03"
implementation "androidx.appcompat:appcompat-resources:1.1.0"
implementation "androidx.fragment:fragment-ktx:1.2.3"
implementation "androidx.annotation:annotation:1.1.0"