Skip to content

Commit

Permalink
Bump work-runtime dependency version implementation
Browse files Browse the repository at this point in the history
Work manager dependency was updated in #1890 but missed updating the implementation
  • Loading branch information
jennantilla authored and jinliu9508 committed Jan 31, 2024
1 parent 4048677 commit 2d71b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OneSignalSDK/onesignal/notifications/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlinVersion"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4"
implementation 'androidx.work:work-runtime-ktx:2.7.1'
implementation 'androidx.work:work-runtime-ktx:2.8.1'

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

Expand Down

0 comments on commit 2d71b0c

Please sign in to comment.