Skip to content

Commit

Permalink
Merge branch 'release/0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceanis committed Jul 12, 2018
2 parents 4b873f3 + dba0996 commit 6e42c55
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ repositories {
dependencies {
...
compile "com.github.uport-project:kmnid:0.1"
compile "com.github.uport-project:kmnid:0.2"
}
```
Expand Down Expand Up @@ -85,4 +85,11 @@ assertFalse( MNID.isMNID('1GbVUSW5WJmRCpaCJ4hanUny77oDaWW4to') )

//bad encoding (ipfs hash)
assertFalse( MNID.isMNID('QmXuNqXmrkxs4WhTDC2GCnXEep4LUD87bu97LQMn1rkxmQ') )
```
```

## Changelog

* 0.2
* reduce library footprint by only using the base58 lib from kethereum
* 0.1
* initial release
2 changes: 1 addition & 1 deletion demoapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

//this needs to be added to your project
implementation "com.github.uport-project:kmnid:0.1"
implementation "com.github.uport-project:kmnid:0.2"
}

0 comments on commit 6e42c55

Please sign in to comment.