Skip to content

Commit 19092ae

Browse files
jennantillajinliu9508
authored andcommitted
Merge pull request #1960 from OneSignal/fix/work-runtime_notifications_dependency_bump
[Fix] Bump work-runtime dependency version implementation
2 parents c846ec0 + 1e1990f commit 19092ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OneSignalSDK/onesignal/notifications/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ dependencies {
6565
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlinVersion"
6666
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4"
6767
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4"
68-
implementation 'androidx.work:work-runtime-ktx:2.7.1'
68+
implementation 'androidx.work:work-runtime-ktx:2.8.1'
6969

7070
compileOnly('com.amazon.device:amazon-appstore-sdk:[3.0.1, 3.0.99]')
7171

0 commit comments

Comments
 (0)