Skip to content

Commit

Permalink
Merge pull request #1883 from OneSignal/fix/unitTests
Browse files Browse the repository at this point in the history
Fix SDK Unit Test failing in GitHub Actions build test workflow
  • Loading branch information
jennantilla authored and jinliu9508 committed Jan 31, 2024
2 parents 9f63536 + 1dd0c3d commit 54e6afd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Examples/OneSignalDemo/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ android {
}
huawei {
dimension "default"
minSdkVersion 17
minSdkVersion 19
applicationId "com.onesignal.sdktest"
}
}
Expand Down
2 changes: 1 addition & 1 deletion OneSignalSDK/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
buildVersions = [
compileSdkVersion: 31,
targetSdkVersion: 31,
minSdkVersion: 16
minSdkVersion: 19
]
androidGradlePluginVersion = '7.2.0'
googleServicesGradlePluginVersion = '4.3.10'
Expand Down

0 comments on commit 54e6afd

Please sign in to comment.