Skip to content

Commit

Permalink
lowered min API to 15
Browse files Browse the repository at this point in the history
  • Loading branch information
Krupen committed Aug 26, 2017
1 parent 94eaac3 commit f32bb1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.3"
defaultConfig {
applicationId "com.allattentionhere.fabulousfiltersample"
minSdkVersion 16
minSdkVersion 15
targetSdkVersion 25
versionCode 1
versionName "0.0.1"
Expand Down
4 changes: 2 additions & 2 deletions fabulousfilter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ext {
siteUrl = 'https://github.com/Krupen/FabulousFilter'
gitUrl = 'https://github.com/Krupen/FabulousFilter.git'

libraryVersion = '0.0.3'
libraryVersion = '0.0.4'

developerId = 'krupen'
developerName = 'Krupen Ghetiya'
Expand All @@ -29,7 +29,7 @@ android {
buildToolsVersion "25.0.3"

defaultConfig {
minSdkVersion 16
minSdkVersion 15
targetSdkVersion 25
versionCode 1
versionName "1.0"
Expand Down

0 comments on commit f32bb1f

Please sign in to comment.