Skip to content

Instantly share code, notes, and snippets.

@teshi04
Last active August 29, 2015 14:03
Show Gist options
  • Save teshi04/7356ca2d43738c44a639 to your computer and use it in GitHub Desktop.
Save teshi04/7356ca2d43738c44a639 to your computer and use it in GitHub Desktop.
Androidアプリは Java7 で書きましょう
android {
compileOptions {
encoding = "UTF-8"
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment