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

Commit 22d071c9 authored by Moez Bhatti's avatar Moez Bhatti Committed by GitHub
Browse files

Merge pull request #574 from StephaneBausseron/remove-useless-encoding-from-gradle

[fix #569] Cleaning: remove compileOptions.encoding
parents 0f39237e 5c75ce2e
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