summaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle
index ef54d45..216b81a 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -97,6 +97,7 @@ android {
persistent: "false",
mainActivityIntentFilterCategory: "android.intent.category.LAUNCHER"
]
+
signingConfig signingConfigs.debug
}
}
@@ -152,6 +153,8 @@ dependencies {
implementation project(':trackers')
implementation project(':ipscrambling')
+ eImplementation project(':trackersservicee')
+ standaloneImplementation project(':trackersservicestandalone')
implementation (
libs.e.elib,