Skip to content

Commit 22a727c

Browse files
committed
Update version from 1.1.0 to 1.1.1
1 parent 7d4042f commit 22a727c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ kotlin {
1717
}
1818
1919
dependencies {
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
```

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ systemProp.org.gradle.internal.http.connectionTimeout=120000
1111
systemProp.org.gradle.internal.http.socketTimeout=120000
1212

1313
GROUP=io.github.amrdeveloper
14-
VERSION_NAME=1.1.0
14+
VERSION_NAME=1.1.1
1515

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

0 commit comments

Comments
 (0)