Skip to content

Commit 6e7b6fa

Browse files
committed
Increased upper bounds of dependencies to match
* We increased our upper bounds of android support library, gms, and firebase in our project but didn't update dependencies that will get published to maven central
1 parent 8f41976 commit 6e7b6fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

OneSignalSDK/onesignal/maven-push.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ class Global {
2828

2929
// Limit upper number (exclusive) to prevent untested versions
3030
static def versionGroupOverrides = [
31-
'com.google.android.gms': '[10.2.1, 12.1.0)',
32-
'com.google.firebase': '[10.2.1, 12.1.0)',
33-
'com.android.support': '[26.0.0, 27.2.0)'
31+
'com.google.android.gms': '[10.2.1, 16.1.0)',
32+
'com.google.firebase': '[10.2.1, 16.1.0)',
33+
'com.android.support': '[26.0.0, 28.1.0)'
3434
]
3535

3636
static def GROUP_ID = 'com.onesignal'

0 commit comments

Comments
 (0)