summaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2024-02-03 00:11:25 +0100
committercyBerta <cyberta@riseup.net>2024-02-03 00:11:25 +0100
commitb3caf0f435c5a37dcccab73cf27d29ac31f38556 (patch)
tree8b08e1977b76874042b93fec36f7377213816037 /app/build.gradle
parent5bf3f807a4804c18b7dc88e07e4e34ecf0791713 (diff)
fix foreground service permissions for Android API 34
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle
index b27e4616..0a987f84 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -432,6 +432,7 @@ dependencies {
implementation 'androidx.legacy:legacy-support-core-utils:1.0.0'
implementation 'androidx.annotation:annotation:1.7.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
+ implementation 'androidx.core:core:1.12.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.10.0'
implementation 'androidx.fragment:fragment:1.6.2'