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.
1 parent 7153613 commit 338da7dCopy full SHA for 338da7d
Examples/OneSignalDemo/app/build.gradle
@@ -2,10 +2,10 @@ apply plugin: 'com.onesignal.androidsdk.onesignal-gradle-plugin'
2
apply plugin: 'com.android.application'
3
4
android {
5
- compileSdkVersion 30
+ compileSdkVersion 31
6
defaultConfig {
7
minSdkVersion 16
8
- targetSdkVersion 30
+ targetSdkVersion 31
9
versionCode 1
10
versionName "1.0"
11
multiDexEnabled true
OneSignalSDK/build.gradle
@@ -4,8 +4,8 @@ buildscript {
ext {
buildVersions = [
- compileSdkVersion: 30,
- targetSdkVersion: 30
+ compileSdkVersion: 31,
+ targetSdkVersion: 31
]
androidGradlePluginVersion = '3.6.2'
googleServicesGradlePluginVersion = '4.3.2'
0 commit comments