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

Verified Commit 8eabc788 authored by Marvin W.'s avatar Marvin W. 🐿️
Browse files

Set min sdk to version 9 (#15)

parent f64bf693
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ def androidCompileSdk() { return 25 }

def androidTargetSdk() { return 24 }

def androidMinSdk() { return 10 }
def androidMinSdk() { return 9 }

subprojects {
    group = 'org.microg'