Skip to content

Commit

Permalink
bumped native android sdk version to 1.7.7 & npm version to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
KamranKhankhail committed Mar 19, 2020
1 parent 92ac2ed commit 2ee4211
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.5') {
implementation ('com.passbase:passbase_sdk:1.7.7') {
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.4",
"version": "0.1.5",
"description": "Official React-Native wrapper for Passbase SDK.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 2ee4211

Please sign in to comment.