Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

Commit

Permalink
SDK 21 for now to keep Travis happy
Browse files Browse the repository at this point in the history
  • Loading branch information
jdamcd committed May 8, 2015
1 parent 931a222 commit b494ac0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ apply plugin: 'com.android.application'
archivesBaseName = 'android-crop-example'

android {
compileSdkVersion 22
buildToolsVersion '22.0.1'
compileSdkVersion 21
buildToolsVersion '21.0.3'

defaultConfig {
minSdkVersion 14
targetSdkVersion 22
targetSdkVersion 21
versionCode Integer.parseInt(project.VERSION_CODE)
versionName project.VERSION
}
Expand Down

0 comments on commit b494ac0

Please sign in to comment.