Browse Source
Up appcompat version to fix WebView crash (Android 5.1)
pull/70/head
Ezerous
5 years ago
No known key found for this signature in database
GPG Key ID: 262B2954BBA319E3
1 changed files with
1 additions and
1 deletions
-
app/build.gradle
|
@ -77,7 +77,7 @@ tasks.whenTaskAdded { task -> |
|
|
dependencies { |
|
|
dependencies { |
|
|
implementation fileTree(dir: 'libs', include: ['*.jar']) |
|
|
implementation fileTree(dir: 'libs', include: ['*.jar']) |
|
|
implementation project(":emojis") |
|
|
implementation project(":emojis") |
|
|
implementation 'androidx.appcompat:appcompat:1.1.0' |
|
|
implementation 'androidx.appcompat:appcompat:1.2.0-rc01' |
|
|
implementation 'androidx.preference:preference:1.1.1' |
|
|
implementation 'androidx.preference:preference:1.1.1' |
|
|
implementation 'androidx.legacy:legacy-preference-v14:1.0.0' |
|
|
implementation 'androidx.legacy:legacy-preference-v14:1.0.0' |
|
|
implementation 'androidx.legacy:legacy-support-v4:1.0.0' |
|
|
implementation 'androidx.legacy:legacy-support-v4:1.0.0' |
|
|