Skip to content

Commit 85c318f

Browse files
committed
v1.1.8
1 parent 7cf4e66 commit 85c318f

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ When I start to make this library, I set some goals:
3939
```groovy
4040
dependencies {
4141
compile 'com.android.support:support-v4:20.+'
42-
compile "com.daimajia.swipelayout:library:1.1.7@aar"
42+
compile "com.daimajia.swipelayout:library:1.1.8@aar"
4343
}
4444
```
4545

@@ -54,7 +54,7 @@ dependencies {
5454
<dependency>
5555
<groupId>com.daimajia.swipelayout</groupId>
5656
<artifactId>library</artifactId>
57-
<version>1.1.7</version>
57+
<version>1.1.8</version>
5858
<type>apklib</type>
5959
</dependency>
6060
```

Diff for: demo/build.gradle

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ android {
2020
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
2121
}
2222
}
23+
lintOptions {
24+
abortOnError false
25+
}
2326
}
2427

2528
dependencies {

Diff for: gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# org.gradle.parallel=true
1919

2020

21-
VERSION_NAME=1.1.9
21+
VERSION_NAME=1.1.8
2222
VERSION_CODE=20
2323
GROUP=com.daimajia.swipelayout
2424

0 commit comments

Comments
 (0)