Force UTF-8 encoding for Gradle
This commit is contained in:
parent
f066da23c5
commit
7a88fae2e2
1 changed files with 2 additions and 1 deletions
|
@ -1,2 +1,3 @@
|
|||
android.enableJetifier=true
|
||||
android.useAndroidX=true
|
||||
android.useAndroidX=true
|
||||
systemProp.file.encoding=utf-8
|
||||
|
|
Loading…
Reference in a new issue