Skip to content

Commit 6d6508f

Browse files
committed
Bump gateway-sdk to 0.2.4
1 parent 0870a04 commit 6d6508f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
4141
dependencies {
42-
implementation "com.hubble.sdk:gateway-sdk:0.2.3"
42+
implementation "com.hubble.sdk:gateway-sdk:0.2.4"
4343
}
4444
```
4545

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ google-services = "4.4.2"
1010
appcompat = { module = "androidx.appcompat:appcompat", version.ref = "appcompat" }
1111
material = { module = "com.google.android.material:material", version.ref = "material" }
1212
constraintlayout = { 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" }
1414
firebase-crashlytics = { module = "com.google.firebase:firebase-crashlytics", version = "19.4.2" }
1515
firebase-analytics = { module = "com.google.firebase:firebase-analytics", version = "22.4.0" }
1616

0 commit comments

Comments
 (0)