Skip to content

Commit

Permalink
maven publish configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Satya Narayan committed Jul 6, 2015
1 parent 2a3e292 commit 0150451
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ android {

dependencies {
compile project (':library')
compile 'com.android.support:support-v4:22.2.0'
compile 'com.android.support:support-v4:21.0.3'
testCompile 'org.robolectric:robolectric:2.4'
testCompile 'junit:junit:4.12'
}
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ android {
}

dependencies {
compile 'com.android.support:support-v4:22.2.0'
compile 'com.android.support:support-v4:21.0.3'
compile 'com.google.guava:guava:18.0'
testCompile 'junit:junit:4.12'
}
Expand Down

0 comments on commit 0150451

Please sign in to comment.