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"))
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
name: sharedinbox
|
||||
description: IMAP email client for Android, iOS, and Desktop.
|
||||
publish_to: none
|
||||
version: 0.1.0
|
||||
version: 0.1.1
|
||||
|
||||
environment:
|
||||
sdk: '>=3.3.0 <4.0.0'
|
||||
|
||||
Reference in New Issue
Block a user