Commit d253d42
authored
Fix Unity 6 Android compatibility with gradle
Newer versions of Gradle require 'namespace' to be defined in the build.gradle.
Such as the one that ships with Unity 6.
Confirmed this change works with Unity 6.0.42f1 and is still compatible with the Unity's oldest LTS, 2021.3.45f1.1 parent f2e8ea5 commit d253d42
File tree
1 file changed
+3
-1
lines changed- com.onesignal.unity.android/Editor/OneSignalConfig.androidlib
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
| |||
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
24 | | - | |
| 26 | + | |
0 commit comments