File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ A minimal Android app showing how to embed the [Hubble Gateway SDK](https://gith
3939``` groovy
4040// build.gradle
4141dependencies {
42- implementation "com.hubble.sdk:gateway-sdk:0.2.3 "
42+ implementation "com.hubble.sdk:gateway-sdk:0.2.4 "
4343}
4444```
4545
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ google-services = "4.4.2"
1010appcompat = { module = " androidx.appcompat:appcompat" , version.ref = " appcompat" }
1111material = { module = " com.google.android.material:material" , version.ref = " material" }
1212constraintlayout = { module = " androidx.constraintlayout:constraintlayout" , version.ref = " constraintlayout" }
13- hubble-gateway-sdk = { module = " com.hubble.sdk:gateway-sdk" , version = " 0.2.3 " }
13+ hubble-gateway-sdk = { module = " com.hubble.sdk:gateway-sdk" , version = " 0.2.4 " }
1414firebase-crashlytics = { module = " com.google.firebase:firebase-crashlytics" , version = " 19.4.2" }
1515firebase-analytics = { module = " com.google.firebase:firebase-analytics" , version = " 22.4.0" }
1616
You can’t perform that action at this time.
0 commit comments