parent
7ba5e8b350
commit
62742aa99c
|
|
@ -33,7 +33,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.0@aar"
|
||||
compile "com.daimajia.swipelayout:library:1.1.1@aar"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
@ -48,7 +48,7 @@ dependencies {
|
|||
<dependency>
|
||||
<groupId>com.daimajia.swipelayout</groupId>
|
||||
<artifactId>library</artifactId>
|
||||
<version>1.1.0</version>
|
||||
<version>1.1.1</version>
|
||||
<type>apklib</type>
|
||||
</dependency>
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue