Commit b88a5e1b by eguven Committed by Oliver Woodman

Fix generateReleaseJavadoc "unmappable character for encoding ASCII" error.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=131714051
parent bd7be1b5
Showing with 1 additions and 0 deletions
......@@ -77,6 +77,7 @@ android.libraryVariants.all { variant ->
options {
links "http://docs.oracle.com/javase/7/docs/api/"
linksOffline "https://developer.android.com/reference","${android.sdkDirectory}/docs/reference"
encoding = 'UTF-8'
}
exclude '**/BuildConfig.java'
exclude '**/R.java'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment