mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-24 20:47:55 +00:00
Implement BackgroundPollWorker
This commit is contained in:
@@ -6,6 +6,7 @@ buildscript {
|
||||
ext.gradle_version = "3.4.1"
|
||||
ext.kotlin_version = "1.3.31"
|
||||
ext.kovenant_version = "3.3.0"
|
||||
ext.work_manager_version = "2.1.0"
|
||||
|
||||
repositories {
|
||||
google()
|
||||
@@ -179,6 +180,7 @@ 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 {
|
||||
|
Reference in New Issue
Block a user