fix: restore missing integration_test dependency and bump version to 0.1.1
This commit is contained in:
@@ -47,4 +47,10 @@ flutter {
|
||||
source = "../.."
|
||||
}
|
||||
|
||||
dependencies {}
|
||||
dependencies {
|
||||
// integration_test is a dev dependency; the Flutter plugin loader adds it as
|
||||
// debugImplementation only, but GeneratedPluginRegistrant.java (in src/main)
|
||||
// references its class in all variants. Make it available for release compilation
|
||||
// without bundling it in the APK.
|
||||
releaseCompileOnly(project(":integration_test"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user