1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-10-07 03:42:23 +00:00

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

View File

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