Skip to content

Commit 5f12db6

Browse files
committed
1.1.0版本
1 parent 7641836 commit 5f12db6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ android {
2121
dependencies {
2222
compile fileTree(dir: 'libs', include: ['*.jar'])
2323
compile 'com.android.support:appcompat-v7:21.0.3'
24-
// compile 'com.bigkoo:convenientbanner:1.0.7'
24+
// compile 'com.bigkoo:convenientbanner:1.1.0'
2525
compile files('libs/universal-image-loader-1.9.4.jar')
2626
compile 'com.android.support:recyclerview-v7:21.0.3'
2727
compile project(':convenientbanner')

convenientbanner/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22
apply plugin: 'com.github.dcendents.android-maven'
33
apply plugin: 'com.jfrog.bintray'
44

5-
version = "1.0.9"//aar的版本
5+
version = "1.1.0"//aar的版本
66

77
android {
88
compileSdkVersion 21

0 commit comments

Comments
 (0)