Skip to content

Commit

Permalink
turn down minSdk to android 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
e8035669 committed May 30, 2017
1 parent 32d83cb commit 20cbb7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified app/app-release.apk
Binary file not shown.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ android {
signingConfigs {
}
compileSdkVersion 25
buildToolsVersion "25.0.2"
buildToolsVersion "25.0.3"
defaultConfig {
applicationId "tw.jeff.smallcarremotecontroller"
minSdkVersion 19
minSdkVersion 14
targetSdkVersion 25
versionCode 1
versionName "1.0"
Expand Down

0 comments on commit 20cbb7e

Please sign in to comment.