Skip to content

Commit 2ca5efa

Browse files
committed
update version (v0.0.1 → v0.0.2)
1 parent 69e5494 commit 2ca5efa

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ allprojects {
5757
Add the dependency
5858

5959
```gradle
60-
implementation 'com.github.pokeum:jsonviewer-xml:0.0.1'
60+
implementation 'com.github.pokeum:jsonviewer-xml:0.0.2'
6161
```
6262

6363
## <a id="usage"> Usage

app/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ dependencies {
5858

5959
implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
6060

61-
implementation(project(":jsonviewer"))
61+
// implementation(project(":jsonviewer"))
62+
implementation 'com.github.pokeum:jsonviewer-xml:0.0.2'
6263

6364
implementation stdlib.kotlin
6465
implementation androidx.core

0 commit comments

Comments
 (0)