Fix bug in prev commit (#11030)

This commit is contained in:
Mikkel Nygaard Ravn 2017-06-29 12:19:45 +02:00 committed by GitHub
parent 030abfd49a
commit 021a9ee2a2

View File

@ -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.