Commit c2a2318
ricardodalarme
Remove ndkPath from generated build.gradle
- Starting Unity 2023, Unity generates build.gradle with ndkPath
which contains the absolute path to the NDK (e.g.
`ndkPath "/Applications/Unity/Hub/Editor/2023.1.14f1/PlaybackEngines/AndroidPlayer/NDK"`).
This causes the build to fail when tested on a different machine or
when the ndk version is defined in the app level build.gradle.1 parent 6fc738c commit c2a2318
File tree
1 file changed
+1
-0
lines changed- example/unity/DemoApp/Assets/FlutterUnityIntegration/Editor
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
| 333 | + | |
333 | 334 | | |
334 | 335 | | |
335 | 336 | | |
| |||
0 commit comments