Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wenchaosong committed Oct 25, 2018
1 parent fc03c17 commit 8e42d7f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
Gradle
```groovy
dependencies{
compile 'com.github.wenchaosong:Banner:2.2.2'
compile 'com.github.wenchaosong:Banner:2.2.3'
}
```
或者引用本地lib
Expand Down
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ android {
}

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.github.bumptech.glide:glide:4.0.0'
compile 'com.android.support:cardview-v7:25.3.1' // cardview
compile project(':rollbanner')
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.github.bumptech.glide:glide:4.0.0'
implementation 'com.android.support:cardview-v7:25.3.1' // cardview
implementation project(':rollbanner')
}
5 changes: 2 additions & 3 deletions rollbanner/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'

group = 'com.github.wenchaosong'
version = '2.2.2'
android {
compileSdkVersion 26
buildToolsVersion "26.0.2"
Expand All @@ -24,6 +23,6 @@ android {
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:25.3.1'
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:25.3.1'
}

0 comments on commit 8e42d7f

Please sign in to comment.