Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5c75ce2e authored by Stéphane BAUSSERON's avatar Stéphane BAUSSERON Committed by Stéphane BAUSSERON
Browse files

Cleaning: remove compileOptions.encoding

This line has no effect because:
- UTF-8 is the default encoding charset
- Type: compileOptions is specified two times instead of one
parent 5ebe6cae
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -52,8 +52,6 @@ android {
    }

    compileOptions {
        compileOptions.encoding = "UTF-8"

        // Use Java 1.7, requires minSdk 8
        sourceCompatibility JavaVersion.VERSION_1_8
        targetCompatibility JavaVersion.VERSION_1_8