This commit is contained in:
daimajia 2015-01-31 18:53:13 +08:00
parent 7cf4e663ae
commit 85c318fc84
3 changed files with 6 additions and 3 deletions

View File

@ -39,7 +39,7 @@ When I start to make this library, I set some goals:
```groovy
dependencies {
compile 'com.android.support:support-v4:20.+'
compile "com.daimajia.swipelayout:library:1.1.7@aar"
compile "com.daimajia.swipelayout:library:1.1.8@aar"
}
```
@ -54,7 +54,7 @@ dependencies {
<dependency>
<groupId>com.daimajia.swipelayout</groupId>
<artifactId>library</artifactId>
<version>1.1.7</version>
<version>1.1.8</version>
<type>apklib</type>
</dependency>
```

View File

@ -20,6 +20,9 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
lintOptions {
abortOnError false
}
}
dependencies {

View File

@ -18,7 +18,7 @@
# org.gradle.parallel=true
VERSION_NAME=1.1.9
VERSION_NAME=1.1.8
VERSION_CODE=20
GROUP=com.daimajia.swipelayout