summaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle8
1 files changed, 5 insertions, 3 deletions
diff --git a/app/build.gradle b/app/build.gradle
index cefe7224a..b2d6a5600 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -1,7 +1,7 @@
plugins {
id('com.android.application')
id('com.getkeepsafe.dexcount')
- id('com.github.triplet.play') version '2.7.5' apply false
+ id('com.github.triplet.play') version '3.4.0' apply false
}
apply from: "../common.gradle"
apply from: "../playFlavor.gradle"
@@ -149,6 +149,8 @@ dependencies {
implementation 'com.github.mfietz:fyydlin:v0.5.0'
implementation 'com.github.ByteHamster:SearchPreference:v2.0.0'
implementation 'com.github.skydoves:balloon:1.1.5'
+ implementation 'it.xabaras.android:recyclerview-swipedecorator:1.2.3'
+ implementation 'com.annimon:stream:1.2.2'
// Non-free dependencies:
playImplementation 'com.google.android.play:core:1.8.0'
@@ -168,8 +170,8 @@ dependencies {
if (project.hasProperty("antennaPodPlayPublisherCredentials")) {
apply plugin: 'com.github.triplet.play'
play {
- track = 'alpha'
- serviceAccountCredentials = file(antennaPodPlayPublisherCredentials)
+ track.set('alpha')
+ serviceAccountCredentials.set(file(antennaPodPlayPublisherCredentials))
}
}