Skip to content

Commit 49ad095

Browse files
committed
bump anrdoid compile and target to version 34
This fixes an error compile tests for in-app messages. androidx.work:work-runtime-ktx:2.8.1 was interduced and it requires android compile SDK version 33.
1 parent d618612 commit 49ad095

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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: 31,
8-
targetSdkVersion: 31,
7+
compileSdkVersion: 34,
8+
targetSdkVersion: 34,
99
minSdkVersion: 19
1010
]
1111
androidGradlePluginVersion = '7.2.0'

0 commit comments

Comments
 (0)