Skip to content

Commit

Permalink
Update minSdkVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
SandroMachado committed Oct 30, 2015
1 parent 3a1957a commit f5ed78f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sample/Uphold-android-sdk-demo/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ android {

defaultConfig {
applicationId "com.uphold.androidsdkdemo"
minSdkVersion 15
minSdkVersion 16
targetSdkVersion 22
versionCode 1
versionName "1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ android {
}

defaultConfig {
minSdkVersion 10
minSdkVersion 16
targetSdkVersion 22
versionCode 1
versionName "1.0"
Expand Down

0 comments on commit f5ed78f

Please sign in to comment.