Skip to content

Commit 51574b6

Browse files
committed
update work-runtime version to [2.1.0, 2.7.99]
Updated min version from 2.0.0 to 2.1.0 as we use WorkManager.getInstance(Context) which was interduced in 2.1.0. Updated to 2.7.99 as 2.7.0 is required if the app targets API level 31, Android 12.
1 parent 82eb207 commit 51574b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OneSignalSDK/onesignal/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ dependencies {
6363
api 'androidx.legacy:legacy-support-v4:[1.0.0, 1.0.99]'
6464
api 'androidx.browser:browser:[1.0.0, 1.3.99]'
6565
api 'androidx.appcompat:appcompat:[1.0.0, 1.3.99]'
66-
api 'androidx.work:work-runtime:[2.0.0, 2.5.99]'
66+
api 'androidx.work:work-runtime:[2.1.0, 2.7.99]'
6767
}
6868

6969
apply from: 'maven-push.gradle'

0 commit comments

Comments
 (0)