mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fix bug in prev commit (#11030)
This commit is contained in:
parent
030abfd49a
commit
021a9ee2a2
@ -85,7 +85,7 @@ class AndroidApk extends ApplicationPackage {
|
||||
String apkPath;
|
||||
|
||||
if (isProjectUsingGradle()) {
|
||||
final String apkPath = await getGradleAppOut();
|
||||
apkPath = await getGradleAppOut();
|
||||
if (fs.file(apkPath).existsSync()) {
|
||||
// Grab information from the .apk. The gradle build script might alter
|
||||
// the application Id, so we need to look at what was actually built.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user