Skip to content
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.

Commit

Permalink
Merge branch 'release/1.3.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceanis committed May 28, 2019
2 parents 31e3844 + 9721dbc commit c4c9506
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.idea/
/*/.idea/

# Created by https://www.gitignore.io/api/node,swift,macos,linux,xcode,windows,android,reactnative,androidstudio

Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ allprojects {
}
```

3. [optional] If not already done, update the `minSdkVersion` of your `app` to 21
This is usually in `android/app/build.gradle` but can also be defined in `android/build.gradle`
depending on when your project was created

### Manual installation


Expand Down Expand Up @@ -216,6 +220,9 @@ RNUportSigner.signTx(address,
```

## Changelog
* 1.3.4
- [Android] bugfix - duplicate classes error

* 1.3.3
- [Android] bugfix - fix silent errors when signing JWT

Expand Down
3 changes: 2 additions & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ dependencies {
implementation 'com.facebook.react:react-native:+'

api "com.github.uport-project:uport-android-signer:0.3.1"
api "com.github.uport-project.kotlin-common:signer-common:0.1.1"

testImplementation "junit:junit:4.12"
}

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-uport-signer",
"version": "1.3.3",
"version": "1.3.4",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit c4c9506

Please sign in to comment.