Skip to content

Commit 6644b07

Browse files
committed
Fixed dependency ranges
1 parent 5ade1b8 commit 6644b07

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

OneSignalSDK/onesignal/maven-push.gradle

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,8 @@ class Global {
2828

2929
// Limit upper number (exclusive) to prevent untested versions
3030
static def versionGroupOverrides = [
31-
// gms 10.2.0 increases minimum SDK to 14
32-
'com.google.android.gms': '[9.0.0,11.3.0)',
33-
// Android Support library v4 revision 26.0.0 increases minimum SDK to 14
34-
35-
// customtabs was not introduced until 23.0.0 so this is the min
36-
// Capping at 24.0.0 as GMS [9.6.0,10.2.6] locks to this
37-
// gms:play-services-basement 11.0.0 bumped support-v4 dependency to 25.2.0 (full package)
38-
// Also note support v4 splits into parts in 24.2.0.
39-
// Compile errors will happen if versions are mix at and below this revision.
40-
'com.android.support': '[23.0.0,26.1.0)'
31+
'com.google.android.gms': '[10.2.1,11.3.0)',
32+
'com.android.support': '[26.0.0,26.1.0)'
4133
]
4234

4335
static def GROUP_ID = 'com.onesignal'

0 commit comments

Comments
 (0)