diff --git a/WordPress/build.gradle b/WordPress/build.gradle
index e2db1d6e8ea5..340aa48311c3 100644
--- a/WordPress/build.gradle
+++ b/WordPress/build.gradle
@@ -15,7 +15,6 @@ repositories {
google()
jcenter()
maven { url 'https://zendesk.jfrog.io/zendesk/repo' }
- maven { url "https://giphy.bintray.com/giphy-sdk" }
maven { url "https://www.jitpack.io" }
maven { url "http://dl.bintray.com/terl/lazysodium-maven" }
}
@@ -68,6 +67,7 @@ android {
testInstrumentationRunner 'org.wordpress.android.WordPressTestRunner'
buildConfigField "boolean", "OFFER_GUTENBERG", "true"
+ buildConfigField "boolean", "TENOR_AVAILABLE", "true"
}
// Gutenberg's dependency - react-native-video is using
@@ -88,6 +88,7 @@ android {
}
versionCode 845
buildConfigField "boolean", "ME_ACTIVITY_AVAILABLE", "false"
+ buildConfigField "boolean", "TENOR_AVAILABLE", "false"
}
zalpha { // alpha version - enable experimental features
@@ -225,6 +226,7 @@ dependencies {
testImplementation 'com.nhaarman.mockitokotlin2:mockito-kotlin:2.1.0'
testImplementation "org.assertj:assertj-core:$assertJVersion"
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.2.1'
+ testImplementation 'androidx.test:core:1.2.0'
androidTestImplementation 'org.mockito:mockito-android:2.27.0'
androidTestImplementation 'com.nhaarman.mockitokotlin2:mockito-kotlin:2.1.0'
@@ -290,6 +292,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
diff --git a/WordPress/src/main/AndroidManifest.xml b/WordPress/src/main/AndroidManifest.xml
index 3855fffeea59..b093bdd0a95f 100644
--- a/WordPress/src/main/AndroidManifest.xml
+++ b/WordPress/src/main/AndroidManifest.xml
@@ -529,7 +529,7 @@
android:label=""
android:theme="@style/WordPress.NoActionBar" />
The following is licensed under Mozilla Public License Version 2.0
- -