This commit is contained in:
daimajia 2014-08-26 15:01:15 +08:00
parent 0ec9c71b1c
commit b73ea772bc
2 changed files with 5 additions and 5 deletions

View File

@ -32,7 +32,7 @@ When I start to make this library, I set some goals:
```groovy ```groovy
dependencies { dependencies {
compile "com.daimajia.swipelayout:library:1.0.1@aar" compile "com.daimajia.swipelayout:library:1.0.2@aar"
} }
``` ```
@ -42,14 +42,14 @@ dependencies {
<dependency> <dependency>
<groupId>com.daimajia.swipelayout</groupId> <groupId>com.daimajia.swipelayout</groupId>
<artifactId>library</artifactId> <artifactId>library</artifactId>
<version>1.0.1</version> <version>1.0.2</version>
<type>apklib</type> <type>apklib</type>
</dependency> </dependency>
``` ```
#### Eclipse #### Eclipse
[AndroidSwipeLayout-v1.0.1.jar](https://github.com/daimajia/AndroidSwipeLayout/releases/download/v1.0.1/AndroidSwipeLayout-v1.0.1.jar) [AndroidSwipeLayout-v1.0.2.jar](https://github.com/daimajia/AndroidSwipeLayout/releases/download/v1.0.1/AndroidSwipeLayout-v1.0.2.jar)
### Step 2 ### Step 2

View File

@ -18,8 +18,8 @@
# org.gradle.parallel=true # org.gradle.parallel=true
VERSION_NAME=1.0.1 VERSION_NAME=1.0.2
VERSION_CODE=2 VERSION_CODE=3
GROUP=com.daimajia.swipelayout GROUP=com.daimajia.swipelayout
POM_DESCRIPTION=Android Swipe Layout POM_DESCRIPTION=Android Swipe Layout