Skip to content

Commit 22f997d

Browse files
andresesfmjkasten2
authored andcommitted
Update android Native SDK to 3.11.3
Includes fixes listed here: https://github.com/OneSignal/OneSignal-Android-SDK/releases/tag/3.11.3
1 parent f7ce2a9 commit 22f997d

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.11.2'
27+
api 'com.onesignal:OneSignal:3.11.3'
2828

2929
testImplementation 'junit:junit:4.12'
3030
}

0 commit comments

Comments
 (0)