Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vRallev committed Nov 4, 2015
1 parent 1d5a3ab commit 1342b2b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ ext {
compileSdkVersion = 23
targetSdkVersion = compileSdkVersion
minSdkVersion = 14
buildToolsVersion = "23.0.1"
buildToolsVersion = "23.0.2"
}

2 changes: 1 addition & 1 deletion demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ android {

dependencies {
compile project(':library')
compile 'com.android.support:appcompat-v7:23.0.1'
compile 'com.android.support:appcompat-v7:23.1.0'

gcmCompile 'com.google.android.gms:play-services-gcm:8.1.0'
}
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#VERSION_NAME=1.0.0
VERSION_NAME=1.0.0-SNAPSHOT
#VERSION_NAME=1.0.1
VERSION_NAME=1.0.1-SNAPSHOT
VERSION_CODE=1
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.7-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.8-all.zip
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply from: '../build-config/gradle-quality.gradle'
dependencies {
provided 'com.google.android.gms:play-services-gcm:8.1.0'

compile 'com.android.support:support-v4:23.0.1'
compile 'com.android.support:support-v4:23.1.0'
compile 'net.vrallev.android:cat:1.0.2'

androidTestCompile 'com.android.support.test:runner:0.3'
Expand Down

0 comments on commit 1342b2b

Please sign in to comment.