v1.1.8
This commit is contained in:
parent
7cf4e663ae
commit
85c318fc84
|
|
@ -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>
|
||||
```
|
||||
|
|
|
|||
|
|
@ -20,6 +20,9 @@ android {
|
|||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
}
|
||||
lintOptions {
|
||||
abortOnError false
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue