Skip to content

Commit

Permalink
Updated Direct Tap SDK to v4.7.0 and Direct Tap Framework to v4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
torresejay102 committed May 29, 2024
1 parent 9d66cf1 commit a268eda
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"location" : "https://github.com/brankas/core-sdk-ios",
"state" : {
"branch" : "master",
"revision" : "934e9ad62088ad61c36905bc1a1654c2ce17763f"
"revision" : "679f61a1d3729e8127c3f1a5dd1ae86d509578ca"
}
}
],
Expand Down

0 comments on commit a268eda

Please sign in to comment.