Skip to content

Commit d5b2935

Browse files
committed
v1.0.3
1 parent da7c1a2 commit d5b2935

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ If you are using Android Studio, just add a one line code to your project root `
1818

1919
```groovy
2020
dependencies{
21-
compile 'com.daimajia.slider:library:1.0.2@aar'
21+
compile 'com.daimajia.slider:library:1.0.3@aar'
2222
}
2323
```
2424

@@ -28,7 +28,7 @@ If you are using maven to manage your project, add below to your `pom.xml`
2828
<dependency>
2929
<groupId>com.daimajia.slider</groupId>
3030
<artifactId>library</artifactId>
31-
<version>1.0.2</version>
31+
<version>1.0.3</version>
3232
<type>apklib</type>
3333
</dependency>
3434
```

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
# org.gradle.parallel=true
1919

2020

21-
VERSION_NAME=1.0.3
22-
VERSION_CODE=4
21+
VERSION_NAME=1.0.4
22+
VERSION_CODE=5
2323
GROUP=com.daimajia.slider
2424

2525
POM_DESCRIPTION=An amazing and convenient Android image slider.

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
defaultConfig {
88
minSdkVersion 8
99
targetSdkVersion 19
10-
versionCode 4
11-
versionName "1.0.3"
10+
versionCode 5
11+
versionName "1.0.4"
1212
}
1313
buildTypes {
1414
release {

0 commit comments

Comments
 (0)