Skip to content

Commit

Permalink
upgraded android native sdk version & bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
KamranKhankhail committed Mar 10, 2020
1 parent 527eefb commit c95b058
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ android {
dependencies {
compileOnly "com.facebook.react:react-native:${_reactNativeVersion}"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${_kotlinVersion}"
implementation ('com.passbase:passbase_sdk:1.7.4') {
implementation ('com.passbase:passbase_sdk:1.7.5') {
exclude group: 'com.squareup.okhttp3', module: 'okhttp'
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@passbase/react-native-passbase",
"version": "0.1.0",
"version": "0.1.1",
"description": "Official React-Native wrapper for Passbase SDK.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit c95b058

Please sign in to comment.