We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7641836 commit 5f12db6Copy full SHA for 5f12db6
app/build.gradle
@@ -21,7 +21,7 @@ android {
21
dependencies {
22
compile fileTree(dir: 'libs', include: ['*.jar'])
23
compile 'com.android.support:appcompat-v7:21.0.3'
24
- // compile 'com.bigkoo:convenientbanner:1.0.7'
+ // compile 'com.bigkoo:convenientbanner:1.1.0'
25
compile files('libs/universal-image-loader-1.9.4.jar')
26
compile 'com.android.support:recyclerview-v7:21.0.3'
27
compile project(':convenientbanner')
convenientbanner/build.gradle
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
2
apply plugin: 'com.github.dcendents.android-maven'
3
apply plugin: 'com.jfrog.bintray'
4
5
-version = "1.0.9"//aar的版本
+version = "1.1.0"//aar的版本
6
7
android {
8
compileSdkVersion 21
0 commit comments