Skip to content

Commit 338da7d

Browse files
committed
bumping SdkVersions from 30 to 31 to check for Android 12
1 parent 7153613 commit 338da7d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Examples/OneSignalDemo/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ apply plugin: 'com.onesignal.androidsdk.onesignal-gradle-plugin'
22
apply plugin: 'com.android.application'
33

44
android {
5-
compileSdkVersion 30
5+
compileSdkVersion 31
66
defaultConfig {
77
minSdkVersion 16
8-
targetSdkVersion 30
8+
targetSdkVersion 31
99
versionCode 1
1010
versionName "1.0"
1111
multiDexEnabled true

OneSignalSDK/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ buildscript {
44

55
ext {
66
buildVersions = [
7-
compileSdkVersion: 30,
8-
targetSdkVersion: 30
7+
compileSdkVersion: 31,
8+
targetSdkVersion: 31
99
]
1010
androidGradlePluginVersion = '3.6.2'
1111
googleServicesGradlePluginVersion = '4.3.2'

0 commit comments

Comments
 (0)