flutter/dev/integration_tests/android_host_app_v2_embedding
gmackall eba2a520b4
Add migrator to upgrade gradle version when conflict with Android Studio bundled Java version is detected (#124085)
This PR adds an android project migrator that checks the version of android studio and the version of gradle for conflicts, and upgrades to 7.4 if a conflict is detected. For more detail about the particular conflict, see https://github.com/flutter/flutter/issues/122376.

The PR also upgrades older gradle versions being used in integration testing to 7.4. 

Fixes/related to: https://github.com/flutter/flutter/issues/122376 and https://github.com/flutter/flutter/issues/123636
2023-04-27 23:07:50 +00:00
..
app Bump the default minSdkVersion to 19 (#125515) 2023-04-27 17:26:28 +00:00
gradle/wrapper Add migrator to upgrade gradle version when conflict with Android Studio bundled Java version is detected (#124085) 2023-04-27 23:07:50 +00:00
build.gradle Fix Gradle warning in a freshly flutter createed Android project (#122290) 2023-03-21 23:41:49 +00:00
gradle.properties Test the Android embedding v2 (#42708) 2019-10-16 21:26:10 -07:00
README.md Test the Android embedding v2 (#42708) 2019-10-16 21:26:10 -07:00
settings.gradle License update (#45373) 2019-11-27 15:04:02 -08:00

Android host app

Android host app for a Flutter module created using

$ flutter create -t module hello

and placed in a sibling folder to (a clone of) the host app. Used by the module_test.dart device lab test.