Merge pull request #3460 from wb9688/force-utf-8

Force UTF-8 encoding for Gradle
This commit is contained in:
Stypox 2020-04-20 10:18:56 +02:00 committed by GitHub
commit e6eddaff73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,2 +1,3 @@
android.enableJetifier=true
android.useAndroidX=true
android.useAndroidX=true
systemProp.file.encoding=utf-8