Skip to content

Commit 2623f0e

Browse files
authored
Merge pull request #2335 from nv95/feature/notifications
New streams notifications
2 parents fc61aae + 66fffce commit 2623f0e

113 files changed

Lines changed: 2465 additions & 396 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

app/build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ ext {
102102

103103
androidxLifecycleVersion = '2.3.1'
104104
androidxRoomVersion = '2.4.2'
105+
androidxWorkVersion = '2.7.1'
105106

106107
icepickVersion = '3.2.0'
107108
exoPlayerVersion = '2.14.2'
@@ -220,8 +221,10 @@ dependencies {
220221
// https://developer.android.com/jetpack/androidx/releases/viewpager2#1.1.0-alpha01
221222
implementation 'androidx.viewpager2:viewpager2:1.1.0-beta01'
222223
implementation 'androidx.webkit:webkit:1.4.0'
223-
implementation 'androidx.work:work-runtime:2.7.1'
224224
implementation 'com.google.android.material:material:1.5.0'
225+
implementation "androidx.work:work-runtime:${androidxWorkVersion}"
226+
implementation "androidx.work:work-runtime-ktx:${androidxWorkVersion}"
227+
implementation "androidx.work:work-rxjava3:${androidxWorkVersion}"
225228

226229
/** Third-party libraries **/
227230
// Instance state boilerplate elimination

0 commit comments

Comments
 (0)