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 3739275 commit e3de934Copy full SHA for e3de934
android/build.gradle
@@ -22,7 +22,7 @@ rootProject.allprojects {
22
apply plugin: 'com.android.library'
23
24
android {
25
- compileSdkVersion 28
+ compileSdkVersion 34
26
// Condition for namespace compatibility in AGP <4.2
27
if (project.android.hasProperty("namespace")) {
28
namespace 'com.onesignal.flutter'
example/android/app/build.gradle
@@ -15,7 +15,7 @@ apply plugin: 'com.android.application'
15
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
16
17
18
- compileSdkVersion 33
19
20
lintOptions {
21
disable 'InvalidPackage'
0 commit comments