Add compile encoding option to prevent possible strange xml malformation

This commit is contained in:
TacoTheDank 2020-05-31 00:32:22 -04:00
parent 44e8b40b69
commit 95f407ee2b
3 changed files with 3 additions and 0 deletions

View File

@ -67,6 +67,7 @@ android {
}
compileOptions {
encoding = 'UTF-8'
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}

View File

@ -31,6 +31,7 @@ android {
}
compileOptions {
encoding = 'UTF-8'
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}

View File

@ -111,6 +111,7 @@ android {
}
compileOptions {
encoding = 'UTF-8'
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}