Skip to content

Commit

Permalink
update dependencies libraries version
Browse files Browse the repository at this point in the history
  • Loading branch information
bowyer-app committed Feb 3, 2016
1 parent 4525aa5 commit 28a211c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ allprojects {
jcenter()
}
}

ext {
androidSupportAppCompatV7Lib = 'com.android.support:appcompat-v7:23.1.1'
}
2 changes: 1 addition & 1 deletion demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:23.0.1'
compile rootProject.ext.androidSupportAppCompatV7Lib
compile 'com.android.support:design:23.0.1'
compile 'com.squareup.picasso:picasso:2.5.2'
compile 'com.jakewharton:butterknife:7.0.1'
Expand Down
4 changes: 2 additions & 2 deletions fabtransitionlayout/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ android {


dependencies {
compile 'com.android.support:appcompat-v7:23.0.1'
compile 'com.github.ozodrukh:CircularReveal:1.1.1'
compile rootProject.ext.androidSupportAppCompatV7Lib
compile 'com.github.ozodrukh:CircularReveal:1.3.1'
}
apply from: 'bintray-publish.gradle'

0 comments on commit 28a211c

Please sign in to comment.