Skip to content

Commit

Permalink
1.sample适配0.7.0版本
Browse files Browse the repository at this point in the history
  • Loading branch information
caikaidev committed Oct 24, 2016
1 parent a84e3a8 commit 06bb02c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ replace:
in app's build.gradle,add:

```
compile 'com.kcode.github:autoScrollViewPager:0.1.0'
compile 'com.kcode.github:autoScrollViewPager:0.7.0'
```

##Usage
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
compile 'com.android.support:appcompat-v7:24.2.0'
testCompile 'junit:junit:4.12'
compile 'com.squareup.picasso:picasso:2.3.2'
compile 'com.github.fccaikai:AutoScrollViewPager:0.6.0',{
exclude group: 'com.android.support', module:'appcompat-v7'
compile 'com.github.fccaikai:AutoScrollViewPager:0.7.0', {
exclude group: 'com.android.support', module: 'appcompat-v7'
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ protected void onDestroy() {
@Override
public void onItemClick(int position, String url) {
Toast.makeText(getApplicationContext(),

url, Toast.LENGTH_SHORT).show();
}
};
Expand Down

0 comments on commit 06bb02c

Please sign in to comment.