We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69e5494 commit 2ca5efaCopy full SHA for 2ca5efa
README.md
@@ -57,7 +57,7 @@ allprojects {
57
Add the dependency
58
59
```gradle
60
-implementation 'com.github.pokeum:jsonviewer-xml:0.0.1'
+implementation 'com.github.pokeum:jsonviewer-xml:0.0.2'
61
```
62
63
## <a id="usage"> Usage
app/build.gradle
@@ -58,7 +58,8 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
- implementation(project(":jsonviewer"))
+// implementation(project(":jsonviewer"))
+ implementation 'com.github.pokeum:jsonviewer-xml:0.0.2'
64
implementation stdlib.kotlin
65
implementation androidx.core
0 commit comments