1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-23 18:02:15 -05:00

Set encoding to utf8 to get rid of javac warnings

"warning: unmappable character for encoding ascii" yada yada
This commit is contained in:
Jan Berkel 2011-02-21 01:53:58 +01:00
parent 14221fd98d
commit 31372ef7c5

View File

@ -12,3 +12,4 @@ split.density=false
# Project target.
target=android-9
extensible.libs.classpath=compile-only-libs
java.encoding=utf8