Skip to content

Commit

Permalink
Minsdk lowered to API 17
Browse files Browse the repository at this point in the history
  • Loading branch information
NubeO11CE committed May 26, 2017
1 parent b7c60eb commit 0f63a04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified .gradle/3.5/taskHistory/taskHistory.lock
Binary file not shown.
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ android {
buildToolsVersion '25.0.0'

defaultConfig {
minSdkVersion 19
targetSdkVersion 19
minSdkVersion 17
targetSdkVersion 17
versionCode 1
versionName "1.0"
}
Expand Down

0 comments on commit 0f63a04

Please sign in to comment.