Skip to content

Commit

Permalink
Merge pull request #26 from marbat87/api9-compatibility
Browse files Browse the repository at this point in the history
API 9 compatibility
  • Loading branch information
ozodrukh committed Apr 21, 2015
2 parents 7d561d2 + f0f01c7 commit e650bbf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 21
buildToolsVersion "21.1.1"
compileSdkVersion 22
buildToolsVersion "20.0.1"

defaultConfig {
applicationId "io.codetail.circualrevealsample"
minSdkVersion 10
targetSdkVersion 21
minSdkVersion 9
targetSdkVersion 22
versionCode 1
versionName "1.0"
}
Expand All @@ -27,9 +27,9 @@ dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile project(':circualreveal')

compile 'com.android.support:appcompat-v7:21.0.3'
compile 'com.android.support:cardview-v7:21.0.0'
compile 'com.android.support:recyclerview-v7:21.0.0'
compile 'com.android.support:appcompat-v7:22.0.0'
compile 'com.android.support:cardview-v7:22.0.0'
compile 'com.android.support:recyclerview-v7:22.0.0'

compile 'com.jakewharton:butterknife:6.0.0'
}
8 changes: 4 additions & 4 deletions circualreveal/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ apply plugin: 'com.android.library'
apply plugin: 'android-maven'

android {
compileSdkVersion 21
buildToolsVersion "21.1.1"
compileSdkVersion 22
buildToolsVersion "22.0.1"


defaultConfig {
minSdkVersion 10
targetSdkVersion 21
minSdkVersion 9
targetSdkVersion 22
}
}

Expand Down

0 comments on commit e650bbf

Please sign in to comment.