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

Commit

Permalink
Merge pull request #6 from trisk/android-4.1
Browse files Browse the repository at this point in the history
Use minimum API level 16 for people running patched app on 4.1+
  • Loading branch information
rastapasta committed Aug 2, 2016
2 parents 5fcf226 + ccd8fc6 commit 9e340c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ android {

defaultConfig {
applicationId "de.rastapasta.android.xposed.pokemongo"
minSdkVersion 19
minSdkVersion 16
targetSdkVersion 23
versionCode 2
versionName "1.1"
Expand Down

0 comments on commit 9e340c6

Please sign in to comment.