mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-09 07:16:04 -04:00
Use utf-8 and Java 1.7
Signed-off-by: Daniel Martí <mvdan@mvdan.cc>
This commit is contained in:
parent
a4d9c5caf0
commit
6d2d6ee071
@ -35,6 +35,15 @@ android {
|
||||
abortOnError false
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
encoding = "UTF-8"
|
||||
|
||||
// Use Java 1.7, requires minSdk 8
|
||||
sourceCompatibility JavaVersion.VERSION_1_7
|
||||
targetCompatibility JavaVersion.VERSION_1_7
|
||||
}
|
||||
|
||||
|
||||
sourceSets {
|
||||
main {
|
||||
manifest.srcFile 'AndroidManifest.xml'
|
||||
|
Loading…
x
Reference in New Issue
Block a user