parent
7ba5e8b350
commit
62742aa99c
|
|
@ -33,7 +33,7 @@ When I start to make this library, I set some goals:
|
||||||
```groovy
|
```groovy
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'com.android.support:support-v4:20.+'
|
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>
|
<dependency>
|
||||||
<groupId>com.daimajia.swipelayout</groupId>
|
<groupId>com.daimajia.swipelayout</groupId>
|
||||||
<artifactId>library</artifactId>
|
<artifactId>library</artifactId>
|
||||||
<version>1.1.0</version>
|
<version>1.1.1</version>
|
||||||
<type>apklib</type>
|
<type>apklib</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue