We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e582e7 commit 01052ccCopy full SHA for 01052cc
3 files changed
.idea/caches/build_file_checksums.ser
0 Bytes
README.md
@@ -18,13 +18,13 @@ Grab via Maven:
18
<dependency>
19
<groupId>com.dc.easyadapter</groupId>
20
<artifactId>easyadapter</artifactId>
21
- <version>1.2.2</version>
+ <version>2.0</version>
22
<type>pom</type>
23
</dependency>
24
```
25
or Gradle:
26
```groovy
27
-implementation 'com.dc.easyadapter:easyadapter:1.2.2'
+implementation 'com.dc.easyadapter:easyadapter:2.0'
28
29
30
To enable data binding
library/build.gradle
@@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
3
ext {
4
PUBLISH_GROUP_ID = 'com.dc.easyadapter'
5
PUBLISH_ARTIFACT_ID = 'easyadapter'
6
- PUBLISH_VERSION = '1.2.2'
+ PUBLISH_VERSION = '2.0'
7
}
8
9
android {
0 commit comments