Merge pull request #126 from mcginty/gb-support

re-add gingerbread support
This commit is contained in:
Jamie McDonald 2015-09-07 14:24:57 +02:00
commit 8e55a749e1
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ android {
buildToolsVersion '21.1.2'
defaultConfig {
minSdkVersion 14
minSdkVersion 10
targetSdkVersion 21
versionCode Integer.parseInt(project.VERSION_CODE)
versionName project.VERSION

View File

@ -10,7 +10,7 @@ android {
buildToolsVersion '21.1.2'
defaultConfig {
minSdkVersion 14
minSdkVersion 10
targetSdkVersion 21
testApplicationId 'com.soundcloud.android.crop.test'