File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ kotlin {
1717}
1818
1919dependencies {
20- implementation "io.github.amrdeveloper:easyadapter:1.1.0 "
20+ implementation "io.github.amrdeveloper:easyadapter:1.1.1 "
2121 // kapt or ksp
22- ksp "io.github.amrdeveloper:easyadapter-compiler:1.1.0 "
22+ ksp "io.github.amrdeveloper:easyadapter-compiler:1.1.1 "
2323}
2424```
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ systemProp.org.gradle.internal.http.connectionTimeout=120000
1111systemProp.org.gradle.internal.http.socketTimeout =120000
1212
1313GROUP =io.github.amrdeveloper
14- VERSION_NAME =1.1.0
14+ VERSION_NAME =1.1.1
1515
1616POM_DESCRIPTION =Android Annotation Processor library to generate adapter class easily from your model with a lot of customization.
1717POM_INCEPTION_YEAR =2022
You can’t perform that action at this time.
0 commit comments