We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe3871a commit 6e19c07Copy full SHA for 6e19c07
2 files changed
OneSignalSDK/gradle.properties
@@ -33,4 +33,4 @@ android.useAndroidX = true
33
34
# This is the name of the SDK to use when building your project.
35
# This will be fed from the GitHub Actions workflow.
36
-SDK_VERSION=5.7.6
+SDK_VERSION=5.7.7
examples/demo/gradle.properties
@@ -19,3 +19,7 @@ android.useAndroidX=true
19
# resources declared in the library itself and none from the library's dependencies,
20
# thereby reducing the size of the R class for that library
21
android.nonTransitiveRClass=true
22
+
23
+# SDK version used when the demo is opened standalone (without the SDK source).
24
+# Updated automatically by the release workflow.
25
+SDK_VERSION=5.7.6
0 commit comments