mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +03:00
re-enabling the jetifier, it's required by the autocomplete library
- the upstream library source doesn't require the jetifier however it hasn't been released
This commit is contained in:
parent
0c4510250b
commit
5f778fff01
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ org.gradle.vfs.watch=true
|
||||||
org.gradle.caching=true
|
org.gradle.caching=true
|
||||||
|
|
||||||
# Android Settings
|
# Android Settings
|
||||||
android.enableJetifier=false
|
android.enableJetifier=true
|
||||||
|
android.jetifier.ignorelist=android-base-common,common
|
||||||
android.useAndroidX=true
|
android.useAndroidX=true
|
||||||
|
|
||||||
#Project Settings
|
#Project Settings
|
||||||
|
|
Loading…
Reference in a new issue