Skip to content

Commit 556941a

Browse files
committed
deprecated gradle usage in README
1 parent 3d7543e commit 556941a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ repositories {
6666
}
6767
}
6868
dependencies {
69-
compile 'com.loopj.android:android-async-http:1.4.9'
69+
implementation 'com.loopj.android:android-async-http:1.4.9'
7070
}
7171
```
7272

@@ -88,7 +88,7 @@ repositories {
8888
}
8989
}
9090
dependencies {
91-
compile 'com.loopj.android:android-async-http:1.5.0-SNAPSHOT'
91+
implementation 'com.loopj.android:android-async-http:1.5.0-SNAPSHOT'
9292
}
9393
```
9494

0 commit comments

Comments
 (0)