Skip to content

Commit

Permalink
Merge pull request #6 from bowyer-app/feature/update_lib_version
Browse files Browse the repository at this point in the history
Updated library versions
  • Loading branch information
bowyer-app committed Feb 3, 2016
2 parents 1f3161f + ead77f6 commit 11954e9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repositories {
}
dependencies {
compile 'com.bowyer.app:fabtransitionlayout:0.2.0@aar'
compile 'com.bowyer.app:fabtransitionlayout:0.3.0@aar'
}
```

Expand Down
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'
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
VERSION_NAME=0.2.0
VERSION_CODE=2
VERSION_NAME=0.3.0
VERSION_CODE=3
COMPILE_SDK_VERSION=23
BUILD_TOOLS_VERSION=23.0.1
TARGET_SDK_VERSION=23
Expand Down

0 comments on commit 11954e9

Please sign in to comment.