Skip to content

Commit

Permalink
build.gradle: Increase minSDKVersion from 11 to 14.
Browse files Browse the repository at this point in the history
This excludes Android 3 (Honeycomb) devices
https://developer.android.com/guide/topics/manifest/uses-sdk-element.html
but they are now a tiny (and long since unsupported by security updates)
percentage of active devices:
https://developer.android.com/about/dashboards/index.html

This is required by the recent version of Leak Canary, but it seems
reasonable.
  • Loading branch information
murraycu committed Jun 26, 2017
1 parent 68e39a5 commit ce5c08e
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 @@ -4,7 +4,7 @@ android {
compileSdkVersion 25
buildToolsVersion '25.0.3'
defaultConfig {
minSdkVersion 11
minSdkVersion 14
targetSdkVersion 25
versionCode 68
versionName '1.68'
Expand Down

0 comments on commit ce5c08e

Please sign in to comment.