flutter/dev/integration_tests/android_verified_input
auto-submit[bot] b98d9a37ac
Reverts "Upgrade tests to AGP 8.7/Gradle 8.10.2/Kotlin 1.8.10 (#157032)" (#157559)
Reverts: flutter/flutter#157032
Initiated by: gmackall
Reason for reverting: https://github.com/flutter/flutter/pull/157032#issuecomment-2436336078
Original PR Author: gmackall

Reviewed By: {reidbaker, bartekpacia}

This change reverts the following previous change:
I recently noticed the following log when building an app in verbose mode:
```
This Android Gradle plugin (8.1.0) was tested up to compileSdk = 33 (and compileSdkPreview = "UpsideDownCakePrivacySandbox").
You are strongly encouraged to update your project to use a newer
Android Gradle plugin that has been tested with compileSdk = 35.
```

It looks like AGP would like us to use a newer AGP version if we want to use compileSdk 35 (which we do). This pr upgrades the tests, in advance of updating the templates.
2024-10-24 21:06:16 +00:00
..
android Reverts "Upgrade tests to AGP 8.7/Gradle 8.10.2/Kotlin 1.8.10 (#157032)" (#157559) 2024-10-24 21:06:16 +00:00
lib Verified input test take 2 (#140836) 2024-01-03 01:17:08 +00:00
test_driver chore: fix some comments (#145397) 2024-03-19 17:00:24 +00:00
.gitignore Verified input test take 2 (#140836) 2024-01-03 01:17:08 +00:00
.metadata Verified input test take 2 (#140836) 2024-01-03 01:17:08 +00:00
pubspec.yaml Upgrade leak tracker. (#157369) 2024-10-23 00:42:28 +00:00
README.md Fixed a lot of typos (#141431) 2024-01-12 22:10:25 +00:00

android_verified_input

Integration test that confirms that MotionEvents delivered to platform views are verified.