Skip to content

Commit

Permalink
Merge pull request #88 from Giphy/task/update-demo-2.0.2
Browse files Browse the repository at this point in the history
- update to SDK 2.0.2
  • Loading branch information
ALexanderLonsky authored Sep 24, 2020
2 parents c8b03a1 + 3653bcf commit d43a520
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ maven {

Then add the GIPHY SDK dependency in the module ```build.gradle``` file:
```
implementation 'com.giphy.sdk:ui:2.0.1'
implementation 'com.giphy.sdk:ui:2.0.2'
```

### Basic Setup
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
implementation "androidx.appcompat:appcompat:1.1.0"
implementation "androidx.constraintlayout:constraintlayout:1.1.3"
implementation "com.google.android.material:material:1.1.0"
implementation "com.giphy.sdk:ui:2.0.1"
implementation "com.giphy.sdk:ui:2.0.2"
implementation "com.squareup.leakcanary:leakcanary-android:1.6.3"
implementation "com.github.savvyapps:ToggleButtonLayout:1.2.0"
implementation "androidx.gridlayout:gridlayout:1.0.0"
Expand Down

0 comments on commit d43a520

Please sign in to comment.