Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
Set min sdk to version 9 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
mar-v-in committed May 20, 2017
1 parent f64bf69 commit 8eabc78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def androidCompileSdk() { return 25 }

def androidTargetSdk() { return 24 }

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

subprojects {
group = 'org.microg'
Expand Down

0 comments on commit 8eabc78

Please sign in to comment.