Use Signal's job framework for background polling

This commit is contained in:
Niels Andriesse
2019-07-22 10:50:35 +10:00
parent 19cdf8068d
commit d6cf9b573e
6 changed files with 70 additions and 31 deletions

View File

@@ -180,7 +180,6 @@ dependencies {
implementation "com.squareup.okhttp3:okhttp:3.12.1"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "nl.komponents.kovenant:kovenant:$kovenant_version"
implementation "androidx.work:work-runtime-ktx:$work_manager_version"
}
android {
@@ -202,7 +201,7 @@ android {
multiDexEnabled true
vectorDrawables.useSupportLibrary = true
project.ext.set("archivesBaseName", "Signal");
project.ext.set("archivesBaseName", "Signal")
buildConfigField "long", "BUILD_TIMESTAMP", getLastCommitTimestamp() + "L"
buildConfigField "String", "SIGNAL_URL", "\"https://textsecure-service.whispersystems.org\""