Skip to content

Commit

Permalink
set minSdkVersion to 21 (Android 5.0) for testing
Browse files Browse the repository at this point in the history
Doesn't really look convincing in the emulator but could be about emulation performance
  • Loading branch information
ray0711 committed Mar 23, 2017
1 parent 500a542 commit 40d2d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeDashApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ android {
buildToolsVersion "25.0.1"
defaultConfig {
applicationId "de.rhuber.homedash"
minSdkVersion 22
minSdkVersion 21
targetSdkVersion 24
versionCode 1
versionName "0.1"
Expand Down

0 comments on commit 40d2d85

Please sign in to comment.