We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1fa4c4 commit c33cc33Copy full SHA for c33cc33
docs/install.md
@@ -3,5 +3,5 @@
3
You can install TreeView easily from Maven Central
4
5
```gradle
6
-implementation 'io.github.amrdeveloper:treeview:1.0.0'
+implementation 'io.github.amrdeveloper:treeview:1.1.0'
7
```
gradle.properties
@@ -11,7 +11,7 @@ systemProp.org.gradle.internal.http.connectionTimeout=120000
11
systemProp.org.gradle.internal.http.socketTimeout=120000
12
13
GROUP=io.github.amrdeveloper
14
-VERSION_NAME=1.0.0
+VERSION_NAME=1.1.0
15
16
POM_DESCRIPTION=Multi Roots TreeView implementation for Android Platform with a lot of options and customization.
17
POM_INCEPTION_YEAR=2022
0 commit comments