Specify UTF-8 in build.gradle
This commit is contained in:
parent
499c9e50c5
commit
dc5dd51462
@ -38,4 +38,8 @@ android {
|
|||||||
proguardFile getDefaultProguardFile('proguard-android.txt')
|
proguardFile getDefaultProguardFile('proguard-android.txt')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tasks.withType(Compile) {
|
||||||
|
options.encoding = "UTF-8"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user