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 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