We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1.1.1
1.1.2
1 parent bb666f8 commit 64c3f06Copy full SHA for 64c3f06
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.1.1'
+implementation 'io.github.amrdeveloper:treeview:1.1.2'
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.1.1
+VERSION_NAME=1.1.2
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