Skip to content

Commit 01052cc

Browse files
author
hb
committed
Readme updated.
1 parent 9e582e7 commit 01052cc

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

0 Bytes
Binary file not shown.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ Grab via Maven:
1818
<dependency>
1919
<groupId>com.dc.easyadapter</groupId>
2020
<artifactId>easyadapter</artifactId>
21-
<version>1.2.2</version>
21+
<version>2.0</version>
2222
<type>pom</type>
2323
</dependency>
2424
```
2525
or Gradle:
2626
```groovy
27-
implementation 'com.dc.easyadapter:easyadapter:1.2.2'
27+
implementation 'com.dc.easyadapter:easyadapter:2.0'
2828
```
2929

3030
To enable data binding

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
33
ext {
44
PUBLISH_GROUP_ID = 'com.dc.easyadapter'
55
PUBLISH_ARTIFACT_ID = 'easyadapter'
6-
PUBLISH_VERSION = '1.2.2'
6+
PUBLISH_VERSION = '2.0'
77
}
88

99
android {

0 commit comments

Comments
 (0)