diff --git a/android/app/build.gradle b/android/app/build.gradle index 293745b..e61950b 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -76,17 +76,18 @@ flutter { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation 'com.google.protobuf:protobuf-javalite:3.21.7' - implementation 'io.grpc:grpc-okhttp:1.51.1' - implementation('io.grpc:grpc-protobuf-lite:1.51.1') { + implementation 'io.grpc:grpc-okhttp:1.63.0' + implementation('io.grpc:grpc-protobuf-lite:1.63.0') { exclude group: 'com.google.protobuf' } - implementation 'io.grpc:grpc-stub:1.51.1' + implementation 'io.grpc:grpc-stub:1.63.0' implementation 'io.reactivex.rxjava3:rxjava:3.1.6' implementation 'io.reactivex.rxjava3:rxandroid:3.0.2' //implementation "org.jetbrains.kotlinx:kotlinx-coroutines-rx2:$kotlin_coroutines_version" implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2' - implementation "com.brankas.tap:direct-tap:4.4.0" + implementation "com.brankas.tap:direct-tap:4.7.0" implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'com.google.android.material:material:1.8.0' implementation 'androidx.annotation:annotation:1.7.1' + implementation 'com.airbnb.android:lottie:4.2.2' } diff --git a/ios/Runner.xcworkspace/xcshareddata/swiftpm/Package.resolved b/ios/Runner.xcworkspace/xcshareddata/swiftpm/Package.resolved index 6b33406..a4705fa 100644 --- a/ios/Runner.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/ios/Runner.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -7,7 +7,7 @@ "location" : "https://github.com/brankas/core-sdk-ios", "state" : { "branch" : "master", - "revision" : "934e9ad62088ad61c36905bc1a1654c2ce17763f" + "revision" : "679f61a1d3729e8127c3f1a5dd1ae86d509578ca" } } ],