File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ The latest release is available on [Maven Central](https://search.maven.org/arti
45
45
46
46
Add the GIPHY SDK dependency in the module ``` build.gradle ``` file:
47
47
```
48
- implementation 'com.giphy.sdk:ui:2.3.15 '
48
+ implementation 'com.giphy.sdk:ui:2.3.16 '
49
49
```
50
50
51
51
### Configure your API key
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ The latest release is available on [Maven Central](https://search.maven.org/arti
44
44
45
45
Add the GIPHY SDK dependency in the module ``` build.gradle ``` file:
46
46
```
47
- implementation 'com.giphy.sdk:ui:2.3.15 '
47
+ implementation 'com.giphy.sdk:ui:2.3.16 '
48
48
```
49
49
50
50
### Configure your API key
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ dependencies {
55
55
implementation " androidx.appcompat:appcompat:1.6.1"
56
56
implementation " androidx.constraintlayout:constraintlayout:2.1.4"
57
57
implementation " com.google.android.material:material:1.10.0"
58
- implementation " com.giphy.sdk:ui:2.3.15 "
58
+ implementation " com.giphy.sdk:ui:2.3.16 "
59
59
implementation(" androidx.media3:media3-exoplayer:1.1.1" )
60
60
implementation(" androidx.media3:media3-ui:1.1.1" )
61
61
implementation ' com.github.bumptech.glide:glide:4.12.0'
You can’t perform that action at this time.
0 commit comments