example: fix android release build for camera_manipulation

This commit is contained in:
Nick Fisher
2025-01-08 17:16:24 +08:00
parent 0b1da2a15d
commit 2b864f6f44

View File

@@ -35,6 +35,8 @@ android {
// TODO: Add your own signing config for the release build.
// Signing with the debug keys for now, so `flutter run --release` works.
signingConfig = signingConfigs.debug
shrinkResources false
minifyEnabled false
}
}
}