Revert min support to API 19

pull/1/head
Dylan McIntyre 8 years ago
parent 0e382d3fe0
commit d1e8684850
  1. 2
      .gitignore
  2. 2
      camerakit/build.gradle
  3. 2
      demo/build.gradle

2
.gitignore vendored

@ -40,3 +40,5 @@ captures/
*.jks *.jks
.idea .idea
.DS_Store

@ -11,7 +11,7 @@ android {
buildToolsVersion "25.0.2" buildToolsVersion "25.0.2"
defaultConfig { defaultConfig {
minSdkVersion 16 minSdkVersion 19
targetSdkVersion 25 targetSdkVersion 25
versionCode 1 versionCode 1
versionName "1.0" versionName "1.0"

@ -5,7 +5,7 @@ android {
buildToolsVersion "25.0.2" buildToolsVersion "25.0.2"
defaultConfig { defaultConfig {
applicationId "com.flurgle.camerakit.demo" applicationId "com.flurgle.camerakit.demo"
minSdkVersion 16 minSdkVersion 19
targetSdkVersion 25 targetSdkVersion 25
versionCode 1 versionCode 1
versionName "1.0" versionName "1.0"

Loading…
Cancel
Save