From a1477adfae3c95f4d2f6460a5bc846232c2f084d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 7 Apr 2026 18:43:47 +0000 Subject: [PATCH 1/2] chore: bump SDK_VERSION to 5.7.7 --- OneSignalSDK/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OneSignalSDK/gradle.properties b/OneSignalSDK/gradle.properties index f73b5937a..b6575e49e 100644 --- a/OneSignalSDK/gradle.properties +++ b/OneSignalSDK/gradle.properties @@ -33,4 +33,4 @@ android.useAndroidX = true # This is the name of the SDK to use when building your project. # This will be fed from the GitHub Actions workflow. -SDK_VERSION=5.7.6 +SDK_VERSION=5.7.7 From b0d941660459b8ce46050429636984f893919674 Mon Sep 17 00:00:00 2001 From: Fadi George Date: Tue, 7 Apr 2026 11:53:03 -0700 Subject: [PATCH 2/2] chore: bump SDK_VERSION to 5.7.6 --- examples/demo/gradle.properties | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/demo/gradle.properties b/examples/demo/gradle.properties index a03b35489..c8a69362b 100644 --- a/examples/demo/gradle.properties +++ b/examples/demo/gradle.properties @@ -19,3 +19,7 @@ android.useAndroidX=true # resources declared in the library itself and none from the library's dependencies, # thereby reducing the size of the R class for that library android.nonTransitiveRClass=true + +# SDK version used when the demo is opened standalone (without the SDK source). +# Updated automatically by the release workflow. +SDK_VERSION=5.7.6