aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorChristian Schneppe <christian.schneppe@pix-art.de>2020-01-24 19:55:58 +0100
committerChristian Schneppe <christian.schneppe@pix-art.de>2020-01-24 19:55:58 +0100
commita6dd8e45fa2c1c3b0a3473361ddd9f21d604fab8 (patch)
treed7a2e0d5438c14ae8e451fa60d91267caa429351 /build.gradle
parent04595db099f2c1107fc58420a1e8fa5ef207195d (diff)
use installreferrer libray instead of broadcast listener
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 06e2d8275..8149b249b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -44,6 +44,7 @@ dependencies {
exclude group: 'com.google.firebase', module: 'firebase-analytics'
exclude group: 'com.google.firebase', module: 'firebase-measurement-connector'
}
+ playstoreImplementation 'com.android.installreferrer:installreferrer:1.1.1'
implementation 'org.sufficientlysecure:openpgp-api:10.0'
implementation('com.theartofdev.edmodo:android-image-cropper:2.7.+') {
exclude group: 'com.android.support', module: 'appcompat-v7'