Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MaksTuev committed Aug 30, 2016
1 parent b323037 commit 55dbc6b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ferro-mvp-rx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ repositories {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.agna.ferro:ferro-mvp:1.0.0'
compile 'com.agna.ferro:ferro-rx:1.0.0'
compile 'com.agna.ferro:ferro-mvp:1.0.1'
compile 'com.agna.ferro:ferro-rx:1.0.1'
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.4.0'
}
Expand Down
2 changes: 1 addition & 1 deletion ferro-mvp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ repositories {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.agna.ferro:ferro-core:1.0.0'
compile 'com.agna.ferro:ferro-core:1.0.1'
compile 'com.android.support:appcompat-v7:23.4.0'
compile 'javax.inject:javax.inject:1'
}
Expand Down
2 changes: 1 addition & 1 deletion sample/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.agna.ferro:ferro-mvp-rx:1.0.0'
compile 'com.agna.ferro:ferro-mvp-rx:1.0.1'
compile 'com.android.support:appcompat-v7:23.4.0'
compile 'com.android.support:recyclerview-v7:23.4.0'
compile 'com.android.support:cardview-v7:23.4.0'
Expand Down

0 comments on commit 55dbc6b

Please sign in to comment.