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 f7611e9 commit 252dda2Copy full SHA for 252dda2
android/build.gradle
@@ -23,7 +23,7 @@ apply plugin: 'com.android.library'
23
24
android {
25
compileSdkVersion 28
26
- // Condition for namespace compatibility in AGP 8
+ // Condition for namespace compatibility in AGP <4.2
27
if (project.android.hasProperty("namespace")) {
28
namespace 'com.onesignal.flutter'
29
}
0 commit comments