You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .gemini/styleguide.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,4 +74,5 @@ enforce standard modern Java/Kotlin coding conventions, but strictly police the
74
74
-**DRY:** Identify blocks of code that are 90%+ identical to existing utility methods in this repo and flag them for duplication.
75
75
-**Meaningful Naming:** Variables should describe their intent (e.g., `timeoutInMs` instead of `t`).
76
76
-**Descriptive Pull Request:** Contributors should include the information recommended in the pull request template (In
77
-
`.github/PULL_REQUEST_TEMPLATE.md`Ï)
77
+
`.github/PULL_REQUEST_TEMPLATE.md`Ï)
78
+
-**Changelog Entries:** Enforce that there is a changelog entry for all user-facing changes. Entries must strictly match the existing grammatical style using descriptive, state-based phrases (typically starting with gerunds, nouns, or verbs like *Avoid* / *Support* / *Log* / *Prevent*) rather than starting with the imperative verb *Fix* or *Add*.
This Pull Request updates our shared provisioning script (`tool/provision_flutter.sh`) to target this version. All presubmit tests will be run against this version to verify compatibility.
// Android Studio versions can be found at: https://plugins.jetbrains.com/docs/intellij/android-studio-releases-list.html
204
221
try {
205
-
androidStudio(ideaVersion)
222
+
androidStudio(androidStudioVersion)
206
223
} catch (e:Exception) {
207
224
throwGradleException(
208
225
"Failed to resolve Android Studio / IDEA download URL. This is likely due to a network issue blocking the download URL. Please check your internet connection or VPN.",
0 commit comments