Skip to content

Commit

Permalink
Update Keyri and react native versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKuliahin96 authored and gremech committed Jan 9, 2023
1 parent 114d672 commit db62bea
Show file tree
Hide file tree
Showing 6 changed files with 193 additions and 192 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ project.xcworkspace
.idea
.project
.settings
.hprof
local.properties
android.iml

Expand Down
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ dependencies {
// noinspection GradleDynamicVersion
api 'com.facebook.react:react-native:+'
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation "com.keyri:keyrisdk:2.4.3"
implementation "com.keyri:scanner:2.4.3"
implementation "com.keyri:keyrisdk:2.5.1"
implementation "com.keyri:scanner:2.5.1"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1"
implementation 'androidx.activity:activity-ktx:1.5.0'
implementation("com.squareup.okhttp3:okhttp-urlconnection:4.9.1")
Expand Down
Loading

0 comments on commit db62bea

Please sign in to comment.