Skip to content

Commit

Permalink
Added Tenor library and API key reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomazFB committed Apr 7, 2020
1 parent 15d5ca1 commit 06f49e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions WordPress/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,8 @@ dependencies {
exclude group: 'com.google.dagger'
}

implementation 'com.github.Tenor-Inc:tenor-android-core:0.5.1'

lintChecks 'org.wordpress:lint:1.0.1'

// Sentry
Expand Down
1 change: 1 addition & 0 deletions gradle.properties-example
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ wp.zendesk.domain=https://www.google.com/
wp.zendesk.oauth_client_id=wordpress
wp.reset_db_on_downgrade = false
wp.sentry.dsn=https://[email protected]/00000000
wp.tenor.api_key=wordpress

# Needed to use the Google Maps component aka the PlacePicker (Post Settings -> Location)
wp.res.com.google.android.geo.api.key = geo-api-key
Expand Down

0 comments on commit 06f49e1

Please sign in to comment.