Skip to content

Commit

Permalink
Update EasyAdapter library version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AmrDeveloper committed Feb 15, 2022
1 parent 58f2b73 commit 58e9f2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ kotlin {
}
dependencies {
implementation "io.github.amrdeveloper:easyadapter:1.0.0"
implementation "io.github.amrdeveloper:easyadapter:1.0.1"
// kapt or ksp
ksp "io.github.amrdeveloper:easyadapter-compiler:1.0.0"
ksp "io.github.amrdeveloper:easyadapter-compiler:1.0.1"
}
```
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ systemProp.org.gradle.internal.http.connectionTimeout=120000
systemProp.org.gradle.internal.http.socketTimeout=120000

GROUP=io.github.amrdeveloper
VERSION_NAME=1.0.0
VERSION_NAME=1.0.1

POM_DESCRIPTION=Android Annotation Processor library to generate adapter class easily from your model with a lot of customization.
POM_INCEPTION_YEAR=2022
Expand Down

0 comments on commit 58e9f2c

Please sign in to comment.