)]}'
{
  "commit": "89af7cd8a7f6795fc65185612558575e40137797",
  "tree": "8b24489c7ca460ef61eadaf37db3b3e8ae9a50db",
  "parents": [
    "974dc3ba062df6eb0e47570b1dd8b73a73eba054"
  ],
  "author": {
    "name": "Faheem Abbas",
    "email": "faheemabbas766@gmail.com",
    "time": "Fri Jul 24 02:12:08 2026 +0500"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Thu Jul 23 21:12:08 2026 +0000"
  },
  "message": "Parse AndroidX property in gradle.properties (#188372)\n\nParses `android.useAndroidX` from `gradle.properties` instead of using a\nraw substring match.\n\nThis avoids false positives from commented-out lines such as\n`#android.useAndroidX\u003dtrue`, and false negatives for valid Gradle syntax\nsuch as `android.useAndroidX \u003d true`.\n\nThis PR intentionally keeps the change scoped to property parsing and\ndoes not change the broader behavior for projects that omit the property\nentirely.\n\nPart of #188306\n\n## Tests\n\n```console\n./bin/flutter test packages/flutter_tools/test/general.shard/android/gradle_test.dart\n```\n\n## Pre-launch Checklist\n\n- [x] I read the [Contributor Guide] and followed the process outlined\nthere for submitting PRs.\n- [x] I read the [AI contribution guidelines] and understand my\nresponsibilities, or I am not using AI tools.\n- [x] I read the [Tree Hygiene] wiki page, which explains my\nresponsibilities.\n- [x] I read and followed the [Flutter Style Guide], including [Features\nwe expect every widget to implement].\n- [x] I signed the [CLA].\n- [x] I listed at least one issue that this PR fixes in the description\nabove.\n- [x] I updated/added relevant documentation (doc comments with `///`),\nor this change does not require documentation updates.\n- [x] I added new tests to check the change I am making.\n- [x] I followed the [breaking change policy] and added [Data Driven\nFixes] where supported, or this change is not a breaking change.\n- [x] All existing and new tests are passing.\n\n---------\n\nCo-authored-by: jesswrd \u003cjesswon@google.com\u003e",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "3468f2dadea8f2015c46891dd185aee4530854a7",
      "old_mode": 33188,
      "old_path": "packages/flutter_tools/lib/src/android/gradle.dart",
      "new_id": "238e51230ef45b098dce4d7ceaa5b5991cdd8aa4",
      "new_mode": 33188,
      "new_path": "packages/flutter_tools/lib/src/android/gradle.dart"
    },
    {
      "type": "modify",
      "old_id": "934523eb3c42862ae75c22c91d0e0de9a5000ff9",
      "old_mode": 33188,
      "old_path": "packages/flutter_tools/test/general.shard/android/gradle_test.dart",
      "new_id": "9c5301b264b4d578429445365a60c09170e65d49",
      "new_mode": 33188,
      "new_path": "packages/flutter_tools/test/general.shard/android/gradle_test.dart"
    }
  ]
}
