1 parent 863f942 commit 7a9cd67Copy full SHA for 7a9cd67
1 file changed
.env.example
@@ -0,0 +1,7 @@
1
+# GEMINI_API_KEY: Required for Gemini AI API calls.
2
+# This is a placeholder key.
3
+# AI Studio automatically injects this at runtime from user secrets.
4
+# Users configure this via the Secrets panel in the AI Studio UI.
5
+# IMPORTANT: Uncomment the line below if your app uses the Gemini API.
6
+# If left commented out, the key will NOT be packaged in the APK.
7
+# GEMINI_API_KEY=MY_GEMINI_API_KEY
0 commit comments