Skip to content

Commit 4b91e5c

Browse files
committed
Upgrade gradle Android dependency to packport native fixes
1 parent 9d6187f commit 4b91e5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424

2525
// api is used instead of implementation so the parent :app project can access any of the OneSignal Java
2626
// classes if needed. Such as com.onesignal.NotificationExtenderService
27-
api 'com.onesignal:OneSignal:3.15.6'
27+
api 'com.onesignal:OneSignal:3.16.0'
2828

2929
testImplementation 'junit:junit:4.12'
3030
}

0 commit comments

Comments
 (0)