Skip to content

Commit

Permalink
Initial
Browse files Browse the repository at this point in the history
  • Loading branch information
jrvansuita committed Nov 10, 2016
1 parent ecd4598 commit 508f411
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ android {
buildToolsVersion "25.0.0"
defaultConfig {
applicationId "com.vansuita.gaussianblur"
minSdkVersion 14
minSdkVersion 8
targetSdkVersion 25
versionCode 1
versionName "1.0"
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ android {
buildToolsVersion "25.0.0"

defaultConfig {
minSdkVersion 14
minSdkVersion 8
targetSdkVersion 25
versionCode 1
versionName "1.0"
Expand Down

0 comments on commit 508f411

Please sign in to comment.