Update example build files#98
Conversation
fix: add missing macos network permission
There was a problem hiding this comment.
Code Review
This pull request updates the Android, iOS, macOS, and Web configurations for the Flutter example app, upgrading Gradle, Kotlin, Java, and platform deployment targets. However, several critical issues were identified in the changes: the specified Gradle version (8.14) and plugin versions (Android Gradle Plugin 8.11.1, Kotlin 2.2.20) do not exist and will cause build failures. Additionally, the iOS AppDelegate uses non-standard Flutter APIs (FlutterImplicitEngineDelegate and FlutterImplicitEngineBridge) that will result in compilation errors.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Also adds missing internet access permissions to macos and android