Skip to content

Commit

Permalink
update support library
Browse files Browse the repository at this point in the history
  • Loading branch information
geminiwen committed May 3, 2015
1 parent 3efb084 commit 1736f91
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile project(':library')
compile 'com.android.support:appcompat-v7:20.+'
compile 'com.android.support:appcompat-v7:22.+'
compile 'com.nineoldandroids:library:2.4.0'
compile 'com.daimajia.androidanimations:library:1.0.3@aar'
}
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sun May 03 23:30:33 CST 2015
#Sun May 03 23:34:25 CST 2015
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip
6 changes: 3 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'

android {
compileSdkVersion 22
buildToolsVersion "20"
buildToolsVersion "22.0.1"

defaultConfig {
minSdkVersion 8
Expand All @@ -22,8 +22,8 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:20.+'
compile "com.android.support:support-v4:20.0.+"
compile 'com.android.support:appcompat-v7:22.+'
compile "com.android.support:support-v4:22.+"
compile 'com.squareup.picasso:picasso:+'
compile 'com.nineoldandroids:library:+'
}
Expand Down

0 comments on commit 1736f91

Please sign in to comment.