Skip to content

Commit a1c807c

Browse files
github-actions[bot]fadi-george
authored andcommitted
Update Android SDK to 5.7.4
1 parent aafffef commit a1c807c

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
@@ -33,7 +33,7 @@ dependencies {
3333
// Exclude OkHttp from OneSignal's transitive deps: the 5.7.x otel module pulls in OkHttp 5.x
3434
// (via opentelemetry-exporter-sender-okhttp) which is binary-incompatible with React Native's
3535
// networking stack (okhttp3.internal.Util removed in 5.x). React Native already provides OkHttp 4.x.
36-
api('com.onesignal:OneSignal:5.7.3') {
36+
api('com.onesignal:OneSignal:5.7.4') {
3737
exclude group: 'com.squareup.okhttp3', module: 'okhttp'
3838
}
3939

0 commit comments

Comments
 (0)