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

Commit a4f4815f authored by Sophie Taylor's avatar Sophie Taylor Committed by Marvin W.
Browse files

Enable compilation with Jack (#12)

parent f64fb11f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -41,6 +41,9 @@ android {
        versionCode getMyVersionCode()
        minSdkVersion androidMinSdk()
        targetSdkVersion androidTargetSdk()
        jackOptions {
            enabled true
        }
    }

    sourceSets {