We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8abaee + e8801c2 commit 5df036aCopy full SHA for 5df036a
Examples/OneSignalDemo/app/build.gradle
@@ -33,7 +33,7 @@ android {
33
}
34
huawei {
35
dimension "default"
36
- minSdkVersion 17
+ minSdkVersion 19
37
applicationId "com.onesignal.sdktest"
38
39
OneSignalSDK/build.gradle
@@ -6,7 +6,7 @@ buildscript {
6
buildVersions = [
7
compileSdkVersion: 31,
8
targetSdkVersion: 31,
9
- minSdkVersion: 16
+ minSdkVersion: 19
10
]
11
androidGradlePluginVersion = '7.2.0'
12
googleServicesGradlePluginVersion = '4.3.10'
0 commit comments