Skip to content

Commit

Permalink
Merge pull request #1890 from OneSignal/fix/work-runtime_dependency_bump
Browse files Browse the repository at this point in the history
Update work-runtime dependency version
  • Loading branch information
jennantilla authored and jinliu9508 committed Feb 6, 2024
2 parents 4fe1c7a + d572c19 commit 0b06eeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OneSignalSDK/onesignal/notifications/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ dependencies {

api('androidx.work:work-runtime') {
version {
require '[2.1.0, 2.7.99]'
prefer '2.7.1'
require '[2.1.0, 2.8.99]'
prefer '2.8.1'
}
}

Expand Down

0 comments on commit 0b06eeb

Please sign in to comment.